Skip to content

Commit

Permalink
Correct cipher tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Jul 23, 2024
1 parent 1d4031e commit 4622522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Config struct {

// ConfigHeaders defines the headers to use for the different values.
type ConfigHeaders struct {
Cipher string `json:"port,omitempty"`
Cipher string `json:"cipher,omitempty"`
}

// CreateConfig creates the default plugin configuration.
Expand Down

0 comments on commit 4622522

Please sign in to comment.