aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.conf
blob: e0d86ab998d9f874f1510d972082304fd6aa6975 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# pacredir configuration file

# We need a default section and call it 'general', so do not change this line.
[general]

# By default pacredir sends requests to all peers it knows about
# simultaneously. Use this to limit the number of threads, the special value
# 0 means unlimited.
# Be aware that pacredir will not find files on peers it does not check!
max threads = 0
#max threads = 32

# Some people like to run avahi on network interfaces with low bandwidth or
# high cost, for example to use 'Bonjour' (Link-Local Messaging) on it.
# Add these interfaces here to ignore them by pacredir. Just give multiple
# interface if desired, separated by space, comma or semicolon.
#ignore interfaces = tap0
#ignore interfaces = tun0
#ignore interfaces = openvpn
#ignore interfaces = tap0 tun0 openvpn

# 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

# 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. IPv6 addresses
# have to be enclosed in square brackets.
# Please note that pacserve hosts depend on the peers' architecture!
#pacserve hosts = test1.domain
#pacserve hosts = test1.domain test2.domain

# Give extra verbosity for more output.
verbose = 0