From beb33fec02bf4a162fd8ff9f7605af405015f6ff Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 14 Mar 2024 05:55:12 +0100 Subject: [PATCH] extend example --- config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index 1d08c9b7..42ce59bf 100644 --- a/config +++ b/config @@ -14,7 +14,8 @@ # CalDAV server hostnames separated by a comma # IPv4 syntax: address:port # IPv6 syntax: [address]:port -# For example: 0.0.0.0:9999, [::]:9999 +# Hostname syntax (using "getaddrinfo" to resolve to IPv4/IPv6 adress(es)): hostname:port +# For example: 0.0.0.0:9999, [::]:9999, localhost:9999 #hosts = localhost:5232 # Max parallel connections