1
0
Fork 0
forked from External/ergo

Allow looking up usernames with ident on connection

This commit is contained in:
Daniel Oaks 2016-06-30 19:28:34 +10:00
parent 1d51bb450a
commit 19c2bb69fc
5 changed files with 38 additions and 0 deletions

View file

@ -57,6 +57,7 @@ type Config struct {
Listen []string
Wslisten string `yaml:"ws-listen"`
TLSListeners map[string]*TLSListenConfig `yaml:"tls-listeners"`
CheckIdent bool `yaml:"check-ident"`
Log string
MOTD string
ProxyAllowedFrom []string `yaml:"proxy-allowed-from"`