Skip to content

Commit

Permalink
fix: add allownontls option to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 15, 2024
1 parent 55398fe commit 9da182c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ type TLS struct {
MutualAuthentication bool `yaml:"mutualAuthentication"`
Enabled bool `yaml:"enabled"`
TrustedCN []string `yaml:"trustedCN"`
AllowNonTLS bool `yaml:"allowNonTLS"`
}

type Redirection struct {
Expand Down

0 comments on commit 9da182c

Please sign in to comment.