diff options
-rw-r--r-- | pacredir.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacredir.conf b/pacredir.conf index 1f14bf3..3c2900c 100644 --- a/pacredir.conf +++ b/pacredir.conf @@ -19,7 +19,8 @@ max threads = 0 #ignore interfaces = openvpn #ignore interfaces = tap0 tun0 openvpn -# Specify to use IPv4, IPv6 or both. +# Specify to use IPv4, IPv6 or both. This does *not* limit the protocol for +# requests but what discovered services from avahi are handled. protocol = IPv4 #protocol = IPv6 #protocol = both |