mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Clean IPv6 support
This commit is contained in:
parent
d577661767
commit
9bab3cde5d
4 changed files with 48 additions and 61 deletions
13
config
13
config
|
@ -6,14 +6,11 @@
|
|||
# The current values are the default ones
|
||||
|
||||
[server]
|
||||
# CalDAV server hostname, empty for all hostnames
|
||||
# if you want to bind to multiple interfaces, seperate them with a comma
|
||||
# NOTE: IPv6 adresses are configured to only allow IPv6 connections
|
||||
# hence for binding to all IPv4 and IPv6 interfaces:
|
||||
# host = ::, 0.0.0.0
|
||||
host =
|
||||
# CalDAV server port
|
||||
port = 5232
|
||||
# CalDAV server hostnames separated by a comma
|
||||
# IPv4: address:port
|
||||
# IPv6: [address]:port
|
||||
# IPv6 adresses are configured to only allow IPv6 connections
|
||||
hosts = [::]:5232, 0.0.0.0:5232
|
||||
# Daemon flag
|
||||
daemon = False
|
||||
# SSL flag, enable HTTPS protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue