mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge branch '0.9' into _tent/jail.conf
* 0.9: BF: usedns deals with forward (not reverse) DNS lookups (thanks Steven Hiscocks) Conflicts: config/jail.conf
This commit is contained in:
commit
1d72a8265d
1 changed files with 3 additions and 3 deletions
|
|
@ -55,10 +55,10 @@ maxretry = 5
|
|||
backend = auto
|
||||
|
||||
# "usedns" specifies if jails should trust hostnames in logs,
|
||||
# warn when reverse DNS lookups are performed, or ignore all hostnames in logs
|
||||
# warn when 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,
|
||||
# yes: if a hostname is encountered, a DNS lookup will be performed.
|
||||
# warn: if a hostname is encountered, a 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue