id: allow z9 ipv6 range to access admin interface

This commit is contained in:
June 2024-08-05 23:32:07 +02:00
parent c111c6950a
commit fe752495ae
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -42,6 +42,7 @@ server {
proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden"; proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden";
allow 185.161.129.132/32; # z9 allow 185.161.129.132/32; # z9
allow 2a07:c480:0:100::/56; # z9
allow 213.240.180.39/32; # stbe home allow 213.240.180.39/32; # stbe home
allow 2a01:170:118b::1/64; # stbe home allow 2a01:170:118b::1/64; # stbe home
deny all; deny all;