-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvpn.env.example
More file actions
35 lines (28 loc) · 1.22 KB
/
Copy pathvpn.env.example
File metadata and controls
35 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Note: All the variables to this image are optional.
# See README for more information.
# To use, uncomment and replace with your own values.
# Use a DNS name for the VPN server
# - The DNS name must be a fully qualified domain name (FQDN)
# - If not set, the server's public IP address is auto-detected
# VPN_DNS_NAME=vpn.example.com
# Use the public IP address of the VPN server
# - Only needed if VPN_DNS_NAME is not set and auto-detection fails
# VPN_PUBLIC_IP=your_server_ip
# Port for WireGuard (1-65535, default: 51820)
# VPN_PORT=51820
# Specify a name for the first VPN client
# - Use one word only, no special characters except '-' and '_'
# - Default is 'client' if not specified
# VPN_CLIENT_NAME=your_client_name
# Use alternative DNS servers for VPN clients
# - Default is Google Public DNS (8.8.8.8 and 8.8.4.4)
# - Example below shows Cloudflare's DNS service
# VPN_DNS_SRV1=1.1.1.1
# VPN_DNS_SRV2=1.0.0.1
# Override the auto-detected IPv6 address of the server
# - IPv6 is auto-detected. Only set this if auto-detection fails
# - When set to a valid IPv6 address, enables IPv6 support
# VPN_PUBLIC_IP6=your_server_ipv6
# Anonymous aggregate usage counts (default: enabled)
# Set to 1 to disable.
# VPN_DISABLE_USAGE_COUNTS=1