diff options
author | Christian Hesse <mail@eworm.de> | 2017-05-13 10:05:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-05-13 10:05:09 +0200 |
commit | 8667fb8d747569f83c48bb14f3410af652cd7b15 (patch) | |
tree | d1cb981b7bd3ef7ec61bf7533b4276be28a26c68 | |
parent | cd46202770182f4dbd7eb54bedf23b92b8e6bb01 (diff) | |
download | pacredir-8667fb8d747569f83c48bb14f3410af652cd7b15.tar.gz pacredir-8667fb8d747569f83c48bb14f3410af652cd7b15.tar.zst |
add comment about IPv6 addresses in manual hosts
-rw-r--r-- | pacredir.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacredir.conf b/pacredir.conf index 3c2900c..5dcf738 100644 --- a/pacredir.conf +++ b/pacredir.conf @@ -26,7 +26,8 @@ protocol = IPv4 #protocol = both # You may want to add hosts that do not announce their services via avahi or -# are connected to a different network segment. Add them here. +# are connected to a different network segment. Add them here. IPv6 addresses +# have to be enclosed in square brackets. # Please note that pacdbserve hosts depend on the servers architecture! #pacserve hosts = test1.domain #pacserve hosts = test1.domain test2.domain |