mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Allow looking up usernames with ident on connection
This commit is contained in:
parent
1d51bb450a
commit
19c2bb69fc
5 changed files with 38 additions and 0 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue