commit 7ea49290886392fea4998910242c45a09ec847df
parent d58f79664815522f01795172f1ecc385bb10ec40
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 4 Oct 2023 15:15:42 +0200
Fix ip
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -384,7 +384,7 @@
import none;
export filter {
if source = RTS_STATIC then reject;
- krt_prefsrc = fe99:13::2;
+ krt_prefsrc = fe99:13::3;
accept;
};
};
@@ -397,7 +397,7 @@
import none;
export filter {
if source = RTS_STATIC then reject;
- krt_prefsrc = 10.100.0.2;
+ krt_prefsrc = 10.100.0.3;
accept;
};
};