Files
docker-infrastructure/nginx-proxy-acme/conf/vhost.d/private
T
2026-01-25 14:43:24 +00:00

8 lines
226 B
Plaintext

# Access control for private hosts
# Symlink this file to restrict access to local networks only
allow 192.168.1.0/24;
allow 172.16.0.0/12;
# allow 162.10.130.22; # Netskope - uncomment if needed for corporate VPN
deny all;