From a7cf22d3ec6bc1e6cc34878dbc211b726d143285 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 2 May 2017 21:54:15 +0200 Subject: add configuration option for protocol (IPv4 vs. IPv6) --- pacredir.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pacredir.conf') 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! -- cgit v1.2.3-54-g00ecf