added usedns option into debian/jail.conf

pull/808/head
Yaroslav Halchenko 2012-07-31 16:08:00 -04:00
parent c4acaf8bd0
commit 1163450227
1 changed files with 10 additions and 0 deletions

10
debian/jail.conf vendored
View File

@ -33,6 +33,16 @@ maxretry = 3
# pyinotify, gamin, polling.
backend = auto
# "usedns" specifies if jails should trust hostnames in logs,
# warn when reverse DNS lookups are performed, or ignore all hostnames in logs
#
# yes: if a hostname is encountered, a reverse DNS lookup will be performed.
# warn: if a hostname is encountered, a reverse DNS lookup will be performed,
# but it will be logged as a warning.
# no: if a hostname is encountered, will not be used for banning,
# but it will be logged as info.
usedns = warn
#
# Destination email address used solely for the interpolations in
# jail.{conf,local} configuration files.