Disable reverse lookup in rsyncd
[mirror/dsa-puppet.git] / modules / roles / files / bugs_mirror / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 syslog facility = daemon
4 socket options = SO_KEEPALIVE
5 reverse lookup = false
6 timeout = 7200
7 log file = /var/log/rsyncd/rsyncd.log
8
9 [bts-spool-db]
10   comment = [bugs-mirror.debian.org] active bug spool
11   path = /srv/bugs.debian.org/spool/db-h
12   read only = true
13
14 [bts-spool-archive]
15   comment = [bugs-mirror.debian.org] archived bug spool
16   path = /srv/bugs.debian.org/spool/archive
17   read only = true
18
19 [bts-spool-index]
20   comment = [bugs-mirror.debian.org] bug index files
21   path = /srv/bugs.debian.org/spool
22   exclude = db-h archive
23   read only = true
24
25 [bts-versions]
26   comment = [bugs-mirror.debian.org] bts package version information
27   path = /srv/bugs.debian.org/versions
28   exclude = archive cl-data lock queue bin
29   read only = true