1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Remove reverse DNS lookup

It wasn't working for years because the functionality was removed from http.server.
Nobody complained.
This commit is contained in:
Unrud 2020-02-19 09:48:34 +01:00
parent db7587c593
commit 4a43b17840
3 changed files with 2 additions and 14 deletions

View file

@ -135,11 +135,7 @@ DEFAULT_CONFIG_SCHEMA = OrderedDict([
("ciphers", {
"value": "",
"help": "available ciphers",
"type": str}),
("dns_lookup", {
"value": "True",
"help": "use reverse DNS to resolve client address in logs",
"type": bool})])),
"type": str})])),
("encoding", OrderedDict([
("request", {
"value": "utf-8",