diff --git a/roles/dbscripts/templates/nginx.d.conf.j2 b/roles/dbscripts/templates/nginx.d.conf.j2
index 4bf423f8cd98138e03302bb92ace4ad1170a68ac..4ab50863ce925f66f471e3ae820bb09943d2f527 100644
--- a/roles/dbscripts/templates/nginx.d.conf.j2
+++ b/roles/dbscripts/templates/nginx.d.conf.j2
@@ -35,8 +35,8 @@ server {
 		allow 216.151.172.98;
 
 		# allison.archlinux.de
-		allow  144.76.107.12;
-		allow  2a01:4f8:192:520b::2;
+		allow  138.201.131.154;
+		allow  2a01:4f8:172:2ed9::2;
 
 		auth_basic            "Restricted";
 		auth_basic_user_file  auth/dbscripts.htpasswd;
@@ -86,8 +86,8 @@ server {
 		allow 216.151.172.98;
 
 		# allison.archlinux.de
-		allow  144.76.107.12;
-		allow  2a01:4f8:192:520b::2;
+		allow  138.201.131.154;
+		allow  2a01:4f8:172:2ed9::2;
 
 		auth_basic            "Restricted";
 		auth_basic_user_file  auth/dbscripts.htpasswd;