From 4f81e02bbfdd54fcd8816ad878a0c9f1f94a4c33 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 6 Jul 2024 20:56:46 +0200 Subject: [PATCH] tor: new ipv6 --- hosts/tor/network.nix | 4 ++-- hosts/tor/tor.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/tor/network.nix b/hosts/tor/network.nix index 75e6f01..453bfc0 100644 --- a/hosts/tor/network.nix +++ b/hosts/tor/network.nix @@ -6,13 +6,13 @@ matchConfig.Name = "ens3"; address = [ "91.210.59.57/25" - "2a0d:3e83:1:b284::1/64" + "2a12:bec4:11d3:de9f::1/64" ]; routes = [ {routeConfig = {Gateway = "91.210.59.1";};} { routeConfig = { - Gateway = "2a0d:3e83:1::1"; + Gateway = "2a12:bec4:11d3::1"; GatewayOnLink = true; }; } diff --git a/hosts/tor/tor.nix b/hosts/tor/tor.nix index 5efe35c..991313b 100644 --- a/hosts/tor/tor.nix +++ b/hosts/tor/tor.nix @@ -19,7 +19,7 @@ port = 443; } { - addr = "[2a0d:3e83:1:b284::1]"; + addr = "[2a12:bec4:11d3:de9f::1]"; port = 443; } ];