diff --git a/roles/dbscripts/templates/rsyncd.conf.proto.j2 b/roles/dbscripts/templates/rsyncd.conf.proto.j2
index c74c628fdb90aeeb5e215005f87ee59e8ce13207..03b8a3f3285097ec026b69cd9845359062d5951f 100644
--- a/roles/dbscripts/templates/rsyncd.conf.proto.j2
+++ b/roles/dbscripts/templates/rsyncd.conf.proto.j2
@@ -78,7 +78,7 @@ hosts deny = *
 [kitchensink_tier1]
 	path = /srv/ftp
 	comment = ftp area (everything, including very old versions)
-	hosts allow = @@ALLOWHOSTS_TIER1@@
+	hosts allow = @@ALLOWHOSTS_TIER1@@ {{ hostvars['gemini.archlinux.org']['ipv4_address'] }} {{ hostvars['gemini.archlinux.org']['ipv6_address'] }}
 	max connections = 0
 
 [kitchensink_auth]