We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ENV
1 parent 9281843 commit ad93676Copy full SHA for ad93676
.env.example
@@ -105,9 +105,11 @@ WIREGUARD_PORT=80
105
## Example values given, can be whatever IPs are desired
106
107
## Traefik IPv4
108
+# dotenv-linter:off UnorderedKey
109
TRAEFIK_PROXY_GATEWAY=10.123.101.1
110
TRAEFIK_PROXY_SUBNET=10.123.101.0/24
111
TRAEFIK_IPV4=10.123.101.254
112
+# dotenv-linter:on UnorderedKey
113
114
## Traefik IPv6
115
TRAEFIK_PROXY_IPV6_SUBNET_PREFIX="${SERVER_ULA_PREFIX}:1" # Replace `1` with a randomly generated 2 byte hexadecimal
0 commit comments