Nginx proxy: switch to tailscale
This commit is contained in:
parent
611eba5de8
commit
4f77fc3fb4
3 changed files with 16 additions and 4 deletions
|
|
@ -280,7 +280,12 @@ in
|
|||
|
||||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [ hosts.zerotier.ipv4."baldur.zto" "::1" "127.0.0.1" ];
|
||||
trusted_proxies = [
|
||||
hosts.zerotier.ipv4."baldur.zto"
|
||||
hosts.tailscale.ipv4."baldur.tsn"
|
||||
"::1"
|
||||
"127.0.0.1"
|
||||
];
|
||||
};
|
||||
|
||||
automation = "!include automations.yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue