From 8231f3bef51e0d30eec41aab78631c29b00db491 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 23 Nov 2025 12:57:52 +0300 Subject: Allow to disable ipv6 in compile time --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 0c43c86..f04c1d2 100644 --- a/config.h +++ b/config.h @@ -5,6 +5,9 @@ /* do not forget to set MTU on tap: MAX_PKT_SZ - HMAC_SZ - NONCE_SZ - 14 */ #define MAX_PKT_SZ 1440 +/* comment line below to disable ipv6 entirely */ +#define ENABLE_IPV6 + /* hardcode the password here if you don't want the program to ask for it * when it starts. */ char password[PASSWORD_BUF_SZ]; -- cgit 1.4.1