mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-06 12:47:55 +00:00
New configuration option "NoIdent" to disable IDENT lookups
The new configuration option "NoIdent" in ngircd.conf can be used to disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT lookups enabled.
This commit is contained in:
@@ -122,6 +122,10 @@
|
||||
# Don't do any DNS lookups when a client connects to the server.
|
||||
;NoDNS = no
|
||||
|
||||
# Don't do any IDENT lookups, even if ngIRCd has been compiled
|
||||
# with support for it.
|
||||
;NoIdent = no
|
||||
|
||||
# try to connect to other irc servers using ipv4 and ipv6, if possible
|
||||
;ConnectIPv6 = yes
|
||||
;ConnectIPv4 = yes
|
||||
|
Reference in New Issue
Block a user