baa128d16d9a2f11679f0ea933afa84c12731f2c
[mirror/dsa-puppet.git] / modules / roles / files / ports-master / 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-ports-master.log
8
9 [debian-ports]
10   path = /srv/ports-master.debian.org/ftp/debian-ports
11   comment = debian-ports tree - see https://www.ports.debian.org/
12   auth users = *
13   read only = true
14   ignore nonreadable = true
15   secrets file = /home/archvsync/rsyncd/debian-ports.secrets
16   strict modes = false
17
18 [debian-ports-cd]
19   path = /srv/ports-master.debian.org/ftp/debian-ports-cd
20   comment = debian-ports-cd tree - see https://www.ports.debian.org/
21   auth users = *
22   read only = true
23   secrets file = /home/archvsync/rsyncd/debian-ports-cd.secrets
24   strict modes = false