mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Bind sockets for IPv4 and IPv6
This commit is contained in:
parent
36483670d4
commit
cc22927353
3 changed files with 28 additions and 28 deletions
|
@ -90,7 +90,7 @@ def _convert_to_bool(value):
|
|||
DEFAULT_CONFIG_SCHEMA = OrderedDict([
|
||||
("server", OrderedDict([
|
||||
("hosts", {
|
||||
"value": "127.0.0.1:5232",
|
||||
"value": "localhost:5232",
|
||||
"help": "set server hostnames including ports",
|
||||
"aliases": ["-H", "--hosts"],
|
||||
"type": list_of_ip_address}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue