mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Clean IPv6 support
This commit is contained in:
parent
d577661767
commit
9bab3cde5d
4 changed files with 48 additions and 61 deletions
|
@ -39,8 +39,7 @@ except ImportError:
|
|||
# Default configuration
|
||||
INITIAL_CONFIG = {
|
||||
"server": {
|
||||
"host": "",
|
||||
"port": "5232",
|
||||
"hosts": "[::]:5232, 0.0.0.0:5232",
|
||||
"daemon": "False",
|
||||
"ssl": "False",
|
||||
"certificate": "/etc/apache2/ssl/server.crt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue