fix ip range
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s
This commit is contained in:
parent
d99b01efd2
commit
426bb80002
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ in {
|
|||
whitelistTCPShieldServers = false;
|
||||
proxyServerIPs = [ "127.0.0.1" "::1" ];
|
||||
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
|
||||
"192.168.1.0/24" "10.3.14.0/24" # lan
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue