diff options
author | Jani Välimaa <wally@mageia.org> | 2024-10-26 10:32:49 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-10-26 10:39:11 +0300 |
commit | 80b6ee038e1b8fab63e47433f7b3ff92bfa449f4 (patch) | |
tree | 74d211da7cc8dfde34c1db7025816f815f54424e | |
parent | c2bd93bc7e8ce6f6156f63616c0ff0f9714c3ef3 (diff) | |
download | puppet-80b6ee038e1b8fab63e47433f7b3ff92bfa449f4.tar puppet-80b6ee038e1b8fab63e47433f7b3ff92bfa449f4.tar.gz puppet-80b6ee038e1b8fab63e47433f7b3ff92bfa449f4.tar.bz2 puppet-80b6ee038e1b8fab63e47433f7b3ff92bfa449f4.tar.xz puppet-80b6ee038e1b8fab63e47433f7b3ff92bfa449f4.zip |
Clean main mirror rsync access list
Include only active rsync mirrors (including ibiblio.org and autobuild machine) and use FQDN as every
of them seems to have proper reverse DNS entry.
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 44 |
1 files changed, 9 insertions, 35 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index 3053251d..437a4399 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -12,42 +12,16 @@ gid = nogroup rabbit.<%= domain %> \ sucuk.<%= domain %> \ distrib-coffee.ipsl.jussieu.fr \ - distribipsl.aero.jussieu.fr \ + ftp.proxad.net \ jobbot0.ibiblio.org \ - 152.19.134.30 \ - 2610:28:3090:3000::bad:cafe:30 \ - sagres.c3sl.ufpr.br \ - 2801:82:80ff:8000::c \ - 2801:82:80ff:8000::2 \ - tiz-korg-mirror.kernel.org \ - sjc-korg-mirror.kernel.org \ - pao-korg-mirror.kernel.org \ - sfo-korg-mirror.kernel.org \ - mirrors.pdx.kernel.org \ - zeus1.kernel.org \ - zeus2.kernel.org \ - 2604:1380:45e3:2400::1 \ - 139.178.88.99 \ - 2604:1380:4601:e00::3 \ - 147.75.80.249 \ - 2001:4f8:8:10::/64 \ - 2001:4f8:1:10::/64 \ - 2001:4f8:4:6f:0:1994:3:14 \ - 2001:500:60:10::/64 \ - 2001:6b0:e:4017::/64 \ - poincare.accum.se \ - 130.239.18.154 \ - 2001:6b0:e:2018::154 \ - 31.171.248.208 \ - 85.134.55.73 \ - ftp.proxad.net \ - ftp.free.fr \ - 212.27.60.27 \ - 2a01:e0c:1:1598::1 \ - mirror.math.princeton.edu \ - 147.75.69.246 \ - 2001:14ba:a417:eb00::1 \ - 2001:14ba:a417:eb00::2 + jobbot1.ibiblio.org \ + mirror.math.princeton.edu \ + poincare.acc.umu.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 |