|
@ -20,10 +20,10 @@ export const WG_ENV = { |
|
|
/** If IPv6 should be disabled */ |
|
|
/** If IPv6 should be disabled */ |
|
|
DISABLE_IPV6: process.env.DISABLE_IPV6 === 'true', |
|
|
DISABLE_IPV6: process.env.DISABLE_IPV6 === 'true', |
|
|
/** Override automatic detection */ |
|
|
/** Override automatic detection */ |
|
|
AWG: |
|
|
OVERRIDE_AUTO_AWG: |
|
|
process.env.AWG === 'true' |
|
|
process.env.OVERRIDE_AUTO_AWG === 'true' |
|
|
? true |
|
|
? true |
|
|
: process.env.AWG === 'false' |
|
|
: process.env.OVERRIDE_AUTO_AWG === 'false' |
|
|
? false |
|
|
? false |
|
|
: undefined, |
|
|
: undefined, |
|
|
/** TODO: delete on next major version */ |
|
|
/** TODO: delete on next major version */ |
|
|