aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/main_mirror/templates/rsyncd.conf
blob: 27a257d151f90430e407f334c09ec3abcaf09593 (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
29
# $Id$

uid = nobody
gid = nogroup

[mageia]
    path = /distrib/mirror/
    comment = Mageia Mirror Tree
    hosts allow = \
        10.42.0.0/24 \
        2a02:2178:2:7::/64 \
        rabbit.<%= domain %> \
        sucuk.<%= domain %> \
        distrib-coffee.ipsl.jussieu.fr \
        ftp.proxad.net \
        jobbot0.ibiblio.org \
        jobbot1.ibiblio.org \
        mirror.math.princeton.edu \
        poincare.accum.se \
        sagres.c3sl.ufpr.br \
        sv.mirrors.kernel.org \
        147.75.69.246 \
        2001:14ba:a417:eb00::1 \
        2001:14ba:a417:eb00::2

[git]
    path = /git
    comment = Mageia Git repos
    hosts allow = sucuk.<%= domain %>