De-list all rsync shares on ftp/ports/security-master
[mirror/dsa-puppet.git] / modules / roles / files / dakmaster / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 max connections = 25
4 syslog facility = daemon
5 socket options = SO_KEEPALIVE
6 timeout = 7200
7 log file = /var/log/rsyncd/rsyncd.log
8
9 [indices]
10   path = /srv/ftp-master.debian.org/mirror/ftp-master/indices
11   list = no
12   auth users = *
13   read only = true
14   secrets file = /etc/rsyncd/indices.secrets
15
16 [debian]
17   path = /srv/ftp-master.debian.org/mirror/ftp-master
18   list = no
19   auth users = *
20   read only = true
21   secrets file = /home/archvsync/rsyncd/debian.secrets
22   strict modes = false
23
24 [debian-debug]
25   path = /srv/ftp-master.debian.org/mirror/debian-debug
26   auth users = *
27   read only = true
28   secrets file = /home/archvsync/rsyncd/debian-debug.secrets
29   strict modes = false
30   list = no
31
32 [buildd-keyrings]
33   path = /srv/ftp-master.debian.org/scripts/builddkeyrings/keyrings
34   read only = true
35   list = no
36   hosts allow = 82.195.75.106, 2001:41b8:202:deb:216:36ff:fe40:3906
37
38 [debian-buildd-dists]
39   path = /srv/static.debian.org/master/incoming.debian.org-current-live/debian-buildd/dists
40   read only = true
41   list = no
42   auth users = *
43   secrets file = /home/archvsync/rsyncd/debian-buildd-dists.secrets
44   strict modes = false