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:
parent
db7587c593
commit
4a43b17840
3 changed files with 2 additions and 14 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue