fix: remove obsole ipv6 addresses

This commit is contained in:
VC
2024-07-05 11:53:35 +02:00
parent f688c5d3e7
commit 59392e3d4b

View File

@@ -5,8 +5,8 @@ server {
autoindex on;
allow 10.233.212.64/27;
allow 163.172.112.19;
allow 2001:bc8:26c1:103::/64;
allow 2001:bc8:26c1:101::/64;
allow 2a01:e0a:9bd:2811::/64;
allow 2a01:e0a:9bd:2810::/64;
deny all;
}
}