Add identd

This commit is contained in:
Ken-Håvard Lieng 2020-06-16 11:26:07 +02:00
parent 67fe5d263d
commit e0d2243248
9 changed files with 140 additions and 6 deletions

View file

@ -12,6 +12,7 @@ type Config struct {
Address string
Port string
Dev bool
Identd bool
HexIP bool
AutoCTCP bool `mapstructure:"auto_ctcp"`
VerifyCertificates bool `mapstructure:"verify_certificates"`