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]