Add option to disable ipv6 (#1951)

* add option to disable ipv6

* don't add ipv6 address

* update docs
This commit is contained in:
Bernd Storath
2025-07-01 07:57:14 +02:00
committed by GitHub
parent 68fde7d165
commit 0f663df7f6
7 changed files with 116 additions and 14 deletions
+2
View File
@@ -17,6 +17,8 @@ export const WG_ENV = {
INSECURE: process.env.INSECURE === 'true',
/** Port the UI is listening on */
PORT: assertEnv('PORT'),
/** If IPv6 should be disabled */
DISABLE_IPV6: process.env.DISABLE_IPV6 === 'true',
};
export const WG_INITIAL_ENV = {