Add auto_ctcp config option

This commit is contained in:
Ken-Håvard Lieng 2020-06-16 01:22:23 +02:00
parent fcf0c17682
commit 2ea4584c97
6 changed files with 17 additions and 5 deletions

View file

@ -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