commit 5cfdd9f18a8c6ab1d35e9bdfb1f7e605c0eb3c88
parent 2d4afd7fff08eb190adddbaba1ea204e4417825b
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 20:33:48 +0200
Filter ips
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -525,8 +525,9 @@
source address 100.64.0.1;
strict bind 1;
ipv4 {
+ import where net ~ 192.0.0.0/24;
export all;
- next hop self;
+ #next hop self;
};
multihop 2;
graceful restart on;