Also use old TailScale IPv6 range

This commit is contained in:
Erwin Boskma 2024-06-04 11:01:45 +02:00
parent 0a23d2096e
commit 1438fdcff0
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
default = [ "127.0.0.1:5335" ]; default = [ "127.0.0.1:5335" ];
"100.64.0.0/10" = [ "127.0.0.1:5454" ]; "100.64.0.0/10" = [ "127.0.0.1:5454" ];
"fd7a:115c:a1e0::/96" = [ "127.0.0.1:5454" ]; "fd7a:115c:a1e0::/96" = [ "127.0.0.1:5454" ];
"fd7a:115c:a1e0:ab12::/64" = [ "127.0.0.1:5454" ];
}; };
}; };

View file

@ -40,7 +40,7 @@ let
mkLocalProxyHost = target: { mkLocalProxyHost = target: {
extraConfig = '' extraConfig = ''
@local_or_ts { @local_or_ts {
remote_ip 10.0.0.0/24 100.64.0.0/10 fd7a:115c:a1e0::/96 remote_ip 10.0.0.0/24 100.64.0.0/10 fd7a:115c:a1e0::/96 fd7a:115c:a1e0:ab12::/64
} }
handle @local_or_ts { handle @local_or_ts {
reverse_proxy ${target} reverse_proxy ${target}