mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-08 21:45:58 +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:
@@ -178,10 +178,15 @@ the config file.
|
||||
Default: No.
|
||||
.TP
|
||||
\fBNoDNS\fR
|
||||
If enabled, ngircd will not make DNS lookups when clients connect.
|
||||
If set to true, ngircd will not make DNS lookups when clients connect.
|
||||
If you configure ngircd to connect to other servers, ngircd may still
|
||||
perform a DNS lookup if required.
|
||||
Default: No.
|
||||
Default: false.
|
||||
.TP
|
||||
\fBNoIdent\fR
|
||||
If ngircd is compiled with IDENT support this can be used to disable IDENT
|
||||
lookups at run time.
|
||||
Default: false.
|
||||
.TP
|
||||
\fBConnectIPv4\fR
|
||||
Set this to no if you do not want ngircd to connect to other irc servers using ipv4.
|
||||
|
Reference in New Issue
Block a user