Also use old TailScale IPv6 range
This commit is contained in:
parent
0a23d2096e
commit
1438fdcff0
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
default = [ "127.0.0.1:5335" ];
|
||||
"100.64.0.0/10" = [ "127.0.0.1:5454" ];
|
||||
"fd7a:115c:a1e0::/96" = [ "127.0.0.1:5454" ];
|
||||
"fd7a:115c:a1e0:ab12::/64" = [ "127.0.0.1:5454" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ let
|
|||
mkLocalProxyHost = target: {
|
||||
extraConfig = ''
|
||||
@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 {
|
||||
reverse_proxy ${target}
|
||||
|
|
Loading…
Reference in a new issue