tor: add static ipv6 gateway

This commit is contained in:
Casper V. Kristensen 2024-11-28 23:14:04 +01:00
parent 1cdcf7c5f9
commit 2398795533

View file

@ -20,6 +20,7 @@
]; ];
routes = [ routes = [
{routeConfig = {Gateway = "185.231.102.1";};} {routeConfig = {Gateway = "185.231.102.1";};}
{routeConfig = {Gateway = "fe80::200:5eff:fe00:20c";};}
]; ];
}; };
}; };