From 3a385aa7627e35691d8025c4a4ebe4f42c57083a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 12 Sep 2012 11:50:02 +0000 Subject: allow rsync from local network --- deployment/main_mirror/templates/rsyncd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index 119584ef..4eb26517 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -7,6 +7,7 @@ gid = nogroup path = /distrib/mirror/ comment = Mageia Mirror Tree hosts allow = \ + 10.42.0.0/24 \ old-rabbit.<%= domain %> \ rabbit.<%= domain %> \ alamut.<%= domain %> \ -- cgit v1.2.1