From f133b8a5881ec567473fe900aea8cdae08a9d693 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 13 Dec 2013 14:56:03 +0100 Subject: [PATCH] Add an example for multiple IP addresses in the configuration file --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index c4898e1..d6b2d2d 100644 --- a/config +++ b/config @@ -13,6 +13,7 @@ # CalDAV server hostnames separated by a comma # IPv4 syntax: address:port # IPv6 syntax: [address]:port +# For example: 0.0.0.0:9999, [::]:9999 # IPv6 adresses are configured to only allow IPv6 connections hosts = 0.0.0.0:5232 # Daemon flag