From 80b6ee038e1b8fab63e47433f7b3ff92bfa449f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 26 Oct 2024 10:32:49 +0300 Subject: 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. --- deployment/main_mirror/templates/rsyncd.conf | 44 ++++++---------------------- 1 file changed, 9 insertions(+), 35 deletions(-) (limited to 'deployment/main_mirror') 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 -- cgit v1.2.1