summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-11-23 12:57:52 +0300
committerNakidai <nakidai@disroot.org>2025-11-23 12:57:52 +0300
commit8231f3bef51e0d30eec41aab78631c29b00db491 (patch)
tree955962cf353ead52f05b636fd806624dbbf7dbe4 /config.h
parentb1ec6ae205a00142971672a505585f3da87d4a9f (diff)
downloadfatvpn-8231f3bef51e0d30eec41aab78631c29b00db491.tar.gz
fatvpn-8231f3bef51e0d30eec41aab78631c29b00db491.zip
Allow to disable ipv6 in compile time HEAD master
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
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];