diff options
author | Christian Hesse <mail@eworm.de> | 2017-05-13 10:01:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-05-13 10:01:27 +0200 |
commit | cd46202770182f4dbd7eb54bedf23b92b8e6bb01 (patch) | |
tree | fb6c893496d9bfe6fa74dc73d40a559b49fe56a8 | |
parent | 132e51439e0f9fd901ddaf42a7c63a67b43aec2d (diff) | |
download | pacredir-cd46202770182f4dbd7eb54bedf23b92b8e6bb01.tar.gz pacredir-cd46202770182f4dbd7eb54bedf23b92b8e6bb01.tar.zst |
more details about protocols in config
-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 |