Add a config key to ignore reverse DNS (fixes #779)

This commit is contained in:
Guillaume Ayoub
2012-03-13 09:35:01 +01:00
parent 7bfc17a51d
commit 344f87d8fb
3 changed files with 12 additions and 1 deletions

2
config
View File

@ -25,6 +25,8 @@ ssl = False
certificate = /etc/apache2/ssl/server.crt
# SSL private key
key = /etc/apache2/ssl/server.key
# Reverse DNS to resolve client address in logs
dns_lookup = True
[encoding]