Skip to content

Commit ca58f11

Browse files
authored
Update .env.example
1 parent 337afa0 commit ca58f11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ VPN_HOST=public_host_or_ip # Required. Public address that clients
77
VPN_PORT=51820 # Default WireGuard UDP port
88
VPN_SUBNET=10.0.0.0/24 # Subnet for clients (in CIDR format)
99

10-
# TCP Port range
10+
# TCP/UDP Exposure (Public Port Range)
1111
TCP_SERVICES_PORT_RANGE=32760-32767 # Optional. Port range to expose TCP/UDP services
1212

13-
# TCP/UDP Exposure (Public Port Range)
13+
# Timezone
1414
TZ=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

3131
GRAFANA_USER=admin
32-
GRAFANA_PASSWORD="ChangeMe1st!"
32+
GRAFANA_PASSWORD="ChangeMe1st!"

0 commit comments

Comments
 (0)