diff options
| author | Nakidai <nakidai@disroot.org> | 2025-11-23 12:57:52 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2025-11-23 12:57:52 +0300 |
| commit | 8231f3bef51e0d30eec41aab78631c29b00db491 (patch) | |
| tree | 955962cf353ead52f05b636fd806624dbbf7dbe4 /config.h | |
| parent | b1ec6ae205a00142971672a505585f3da87d4a9f (diff) | |
| download | fatvpn-master.tar.gz fatvpn-master.zip | |
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
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]; |