File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ VPN_HOST=public_host_or_ip # Required. Public address that clients
77VPN_PORT = 51820 # Default WireGuard UDP port
88VPN_SUBNET = 10.0.0.0/24 # Subnet for clients (in CIDR format)
99
10- # TCP Port range
10+ # TCP/UDP Exposure (Public Port Range)
1111TCP_SERVICES_PORT_RANGE = 32760-32767 # Optional. Port range to expose TCP/UDP services
1212
13- # TCP/UDP Exposure (Public Port Range)
13+ # Timezone
1414TZ = America/New_York # Time zone (recommended for logging)
1515
1616# OAUTH2 PROVIDER CONFIG https://oauth2-proxy.github.io/oauth2-proxy/configuration/providers/
@@ -29,4 +29,4 @@ OAUTH2_PROXY_CLIENT_SECRET=
2929# OAUTH2_PROXY_EMAIL_DOMAINS=
3030
3131GRAFANA_USER = admin
32- GRAFANA_PASSWORD = " ChangeMe1st!"
32+ GRAFANA_PASSWORD = " ChangeMe1st!"
You can’t perform that action at this time.
0 commit comments