mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Disable IPv6 in default configuration
This commit is contained in:
parent
9bab3cde5d
commit
48be062d38
2 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ except ImportError:
|
|||
# Default configuration
|
||||
INITIAL_CONFIG = {
|
||||
"server": {
|
||||
"hosts": "[::]:5232, 0.0.0.0:5232",
|
||||
"hosts": "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