fix ip range
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s

This commit is contained in:
Satria 2026-06-14 09:15:41 +07:00
commit 426bb80002

View file

@ -93,7 +93,7 @@ in {
whitelistTCPShieldServers = false; whitelistTCPShieldServers = false;
proxyServerIPs = [ "127.0.0.1" "::1" ]; proxyServerIPs = [ "127.0.0.1" "::1" ];
directAccessIPs = [ directAccessIPs = [
"127.0.0.1" "::1" # localhost "127.0.0.0/8" "::1/128" # localhost
"100.64.0.0/10" "fd7a:115c:a1e0::/48" # tailscale "100.64.0.0/10" "fd7a:115c:a1e0::/48" # tailscale
"192.168.1.0/24" "10.3.14.0/24" # lan "192.168.1.0/24" "10.3.14.0/24" # lan
]; ];