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:
parent
7bfc17a51d
commit
344f87d8fb
3 changed files with 12 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue