Disable reverse lookup in rsyncd
[mirror/dsa-puppet.git] / modules / roles / files / keyring / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 syslog facility = daemon
4 log file = /var/log/rsyncd/rsyncd.log
5 socket options = SO_KEEPALIVE
6 reverse lookup = false
7 timeout = 7200
8
9 [keyrings]
10   path = /srv/keyring.debian.org/pub
11   exclude = keyrings-new/incoming/
12   comment = Debian Keyrings
13   read only = true
14