aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/vhost_repository.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/vhost_repository.conf')
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index ab59349f..2ff87c0b 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -1,7 +1,7 @@
<%
# FIXME: add a reverse lookup for IPv6 adresses
# allowed hosts are: valstar, ecosse, jonund
-buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64"
+buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64 fe80::230:48ff:fecf:101c/64"
mirror_root = scope.lookupvar('buildsystem::var::repository::mirror_root')
%>
@@ -21,7 +21,7 @@ mirror_root = scope.lookupvar('buildsystem::var::repository::mirror_root')
Allow from .<%= @domain %>
Allow from 10.42.0
# FIXME: add a reverse lookup for rabbit
- Allow from 212.85.158.152
+ Allow from 212.85.158.152 212.85.158.149
Options Indexes FollowSymLinks
</Directory>