1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +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

3
config
View file

@ -45,9 +45,6 @@
# Available ciphers. See python's ssl module for available ciphers
#ciphers =
# Reverse DNS to resolve client address in logs
#dns_lookup = True
[encoding]