diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 00:09:14 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-14 00:09:14 +0200 |
commit | 57792c3af9b1a18cd3a679edc90b07ed426677bb (patch) | |
tree | 1ceca2dc2f35db91e9278f25612457c53dab2f30 /src | |
parent | 2fd88333bda8710433dda949019d5a6778559c03 (diff) |
remove duplicate CONFIG_NFT_TUNNEL value
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index af547d5..72bf278 100644 --- a/src/main.rs +++ b/src/main.rs @@ -116,7 +116,6 @@ CONFIG_NFT_SOCKET=y CONFIG_NFT_REJECT_NETDEV=y CONFIG_NFT_REJECT_IPV4=y CONFIG_NFT_REJECT_IPV6=y -CONFIG_NFT_TUNNEL=y # TODO: trim the settings below to the minimum set that works (taken from debian) ## |