aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index ca9f6d0..cfe50fe 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1,6 +1,8 @@
config WIREGUARD
bool "WireGuard secure VPN tunnel"
select NET_UDP_TUNNEL
+ select NETFILTER_XT_MATCH_HASHLIMIT
+ select IPV6
default y
---help---
WireGuard is a secure, fast, and easy to use replacement for IPSec
@@ -26,6 +28,7 @@ config WIREGUARD_DEBUG
config WIREGUARD_PARALLEL
bool "Enable parallel engine"
depends on SMP && WIREGUARD
+ select PADATA
default y
---help---
This will allow WireGuard to utilize all CPU cores when encrypting