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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user