diff options
author | Christian Hesse <mail@eworm.de> | 2017-05-02 22:00:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-05-02 22:00:24 +0200 |
commit | 1aae1eed735cfe6d9e876860932c551ad4b82305 (patch) | |
tree | 48541519b215ab7963de0b99cabfddb0874a33c4 /pacredir.conf | |
parent | 3efdfbdf18f7fe2374481303d2bc64ec95f286cf (diff) | |
parent | a7cf22d3ec6bc1e6cc34878dbc211b726d143285 (diff) | |
download | pacredir-1aae1eed735cfe6d9e876860932c551ad4b82305.tar.gz pacredir-1aae1eed735cfe6d9e876860932c551ad4b82305.tar.zst |
Merge branch 'ipv6'
Diffstat (limited to 'pacredir.conf')
-rw-r--r-- | pacredir.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pacredir.conf b/pacredir.conf index c9a03cd..1f14bf3 100644 --- a/pacredir.conf +++ b/pacredir.conf @@ -19,6 +19,11 @@ max threads = 0 #ignore interfaces = openvpn #ignore interfaces = tap0 tun0 openvpn +# Specify to use IPv4, IPv6 or both. +protocol = IPv4 +#protocol = IPv6 +#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. # Please note that pacdbserve hosts depend on the servers architecture! |