From d75437d577101c815d857521357a6345a5b9fbe1 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 3 Mar 2023 20:08:12 +0000 Subject: [PATCH] note to self: check if these kconfig options still needed --- rotuer.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rotuer.nix b/rotuer.nix index 631bc54..dc3b9af 100644 --- a/rotuer.nix +++ b/rotuer.nix @@ -56,8 +56,9 @@ in rec { NETFILTER_XT_MATCH_CONNTRACK = "y"; - IP6_NF_IPTABLES= "y"; - IP_NF_IPTABLES= "y"; + IP6_NF_IPTABLES= "y"; # do we still need these + IP_NF_IPTABLES= "y"; # if using nftables directly + IP_NF_NAT = "y"; IP_NF_TARGET_MASQUERADE = "y"; NETFILTER = "y";