add proxy ip
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
This commit is contained in:
parent
426bb80002
commit
4a70c0c122
1 changed files with 4 additions and 1 deletions
|
|
@ -91,7 +91,10 @@ in {
|
|||
files."config/proxy_protocol_support.json".value = {
|
||||
enableProxyProtocol = true;
|
||||
whitelistTCPShieldServers = false;
|
||||
proxyServerIPs = [ "127.0.0.1" "::1" ];
|
||||
proxyServerIPs = [
|
||||
"127.0.0.1" "::1"
|
||||
"127.185.172.53" # playit
|
||||
];
|
||||
directAccessIPs = [
|
||||
"127.0.0.0/8" "::1/128" # localhost
|
||||
"100.64.0.0/10" "fd7a:115c:a1e0::/48" # tailscale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue