aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/main_mirror/templates/rsyncd.conf
blob: 7559d300a8a5f53e50f33b0ab5e1dee724125442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id$

uid = nobody
gid = nogroup

[mageia]
    path = /distrib/mirror/
    comment = Mageia Mirror Tree
    hosts allow = \
        rabbit.<%= domain %> \
        alamut.<%= domain %> \
        distrib-coffee.ipsl.jussieu.fr \
        distribipsl.aero.jussieu.fr \
        ibiblio.org \
        152.46.7.122 \
        152.19.134.16 \
        152.19.134.30 \
        ftp.LinuxCabal.org \
        178.22.68.98 \

[bootstrap]
    path = /distrib/bootstrap/
    comment = Mageia Bootstrap
    hosts allow = \
        rabbit.<%= domain %> \
        distrib-coffee.ipsl.jussieu.fr \
        distribipsl.aero.jussieu.fr \