diff options
author | Christian Hesse <mail@eworm.de> | 2018-07-05 14:44:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-07-05 14:44:30 +0200 |
commit | eeb439db30c82c429a7a02bb0287713556ef7785 (patch) | |
tree | 1fa776df51ae5b41f2dcd65472458fa806f4d12e /pacredir.conf | |
parent | ad79ff8b22318c22eb25a157d5e2a210afa77de6 (diff) | |
parent | b8aeafb0377321d8443fc36a7a1ae660f407cfd2 (diff) | |
download | pacredir-eeb439db30c82c429a7a02bb0287713556ef7785.tar.gz pacredir-eeb439db30c82c429a7a02bb0287713556ef7785.tar.zst |
Merge branch 'bind-mount'
Diffstat (limited to 'pacredir.conf')
-rw-r--r-- | pacredir.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pacredir.conf b/pacredir.conf index 5dcf738..9045af7 100644 --- a/pacredir.conf +++ b/pacredir.conf @@ -28,10 +28,9 @@ 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 pacdbserve hosts depend on the servers architecture! +# Please note that pacserve hosts depend on the servers architecture! #pacserve hosts = test1.domain #pacserve hosts = test1.domain test2.domain -#pacdbserve hosts = test3.domain test4.domain # Give extra verbosity for more output. verbose = 0 |