From 655a53eaa48971bd033c6afb4a279aac53b80a10 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 30 Sep 2023 22:04:38 +0200 Subject: update wording: server -> peer --- pacredir.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pacredir.conf') diff --git a/pacredir.conf b/pacredir.conf index 3d79d1e..0cbd667 100644 --- a/pacredir.conf +++ b/pacredir.conf @@ -3,10 +3,10 @@ # We need a default section and call it 'general', so do not change this line. [general] -# By default pacredir does requests to all services it knows about +# 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 servers it does not check! +# Be aware that pacredir will not find files on peers it does not check! max threads = 0 #max threads = 32 @@ -32,7 +32,7 @@ protocol = IPv4 # 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 servers architecture! +# Please note that pacserve hosts depend on the peers' architecture! #pacserve hosts = test1.domain #pacserve hosts = test1.domain test2.domain -- cgit v1.2.3-54-g00ecf