mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add a config key to ignore reverse DNS (fixes #779)
This commit is contained in:
parent
7bfc17a51d
commit
344f87d8fb
3 changed files with 12 additions and 1 deletions
2
config
2
config
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue