1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

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

View file

@ -44,7 +44,8 @@ INITIAL_CONFIG = {
"pid": "",
"ssl": "False",
"certificate": "/etc/apache2/ssl/server.crt",
"key": "/etc/apache2/ssl/server.key"},
"key": "/etc/apache2/ssl/server.key",
"dns_lookup": "True"},
"encoding": {
"request": "utf-8",
"stock": "utf-8"},