tor: new ipv6

This commit is contained in:
Casper V. Kristensen 2024-07-06 20:56:46 +02:00
parent 3f6d8880c4
commit 4f81e02bbf
2 changed files with 3 additions and 3 deletions

View file

@ -6,13 +6,13 @@
matchConfig.Name = "ens3"; matchConfig.Name = "ens3";
address = [ address = [
"91.210.59.57/25" "91.210.59.57/25"
"2a0d:3e83:1:b284::1/64" "2a12:bec4:11d3:de9f::1/64"
]; ];
routes = [ routes = [
{routeConfig = {Gateway = "91.210.59.1";};} {routeConfig = {Gateway = "91.210.59.1";};}
{ {
routeConfig = { routeConfig = {
Gateway = "2a0d:3e83:1::1"; Gateway = "2a12:bec4:11d3::1";
GatewayOnLink = true; GatewayOnLink = true;
}; };
} }

View file

@ -19,7 +19,7 @@
port = 443; port = 443;
} }
{ {
addr = "[2a0d:3e83:1:b284::1]"; addr = "[2a12:bec4:11d3:de9f::1]";
port = 443; port = 443;
} }
]; ];