commit 0060536c90388d31b6401f513312b054462712c6
parent 31c85310e94fcbd143ac4f2a34264443d9d352de
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 28 Jan 2024 02:31:20 +0100
Debug
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -683,6 +683,7 @@ in {
ipv4 { # Connect protocol to IPv4 table by channel
export filter {
if proto = "direct2" then reject;
+ if net != "10.0.3.0/24" then reject;
accept;
};
import all;