Add auto_ctcp config option
This commit is contained in:
parent
fcf0c17682
commit
2ea4584c97
6 changed files with 17 additions and 5 deletions
|
@ -13,6 +13,7 @@ type Config struct {
|
|||
Port string
|
||||
Dev bool
|
||||
HexIP bool
|
||||
AutoCTCP bool `mapstructure:"auto_ctcp"`
|
||||
VerifyCertificates bool `mapstructure:"verify_certificates"`
|
||||
Headers map[string]string
|
||||
Defaults Defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue