diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-17 18:25:40 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-17 18:25:40 +0200 |
commit | 82ab3b2a4f65f4325dd23b07a0336feaf007eaa7 (patch) | |
tree | d0154c517df2ed08a172a3342624468a23cd5809 | |
parent | 99413f3f977a011cdaf2901260303faaad074e24 (diff) |
Enable WireGuard support
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 72bf278..73da9ab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -116,6 +116,8 @@ CONFIG_NFT_SOCKET=y CONFIG_NFT_REJECT_NETDEV=y CONFIG_NFT_REJECT_IPV4=y CONFIG_NFT_REJECT_IPV6=y +CONFIG_NET_UDP_TUNNEL=y +CONFIG_WIREGUARD=y # TODO: trim the settings below to the minimum set that works (taken from debian) ## |