16 lines
566 B
Bash
16 lines
566 B
Bash
# VPN preset
|
|
# self_host.sh adds the vpn module and Docker vpn profile.
|
|
|
|
# Recommended single-server WireGuard values.
|
|
# VPN_SELFHOST_ENDPOINT_HOST=vpn.example.com
|
|
# VPN_SELFHOST_PUBLIC_IP=203.0.113.10
|
|
# VPN_SELFHOST_ADDRESS=10.8.0.1/24
|
|
# VPN_SELFHOST_LISTEN_PORT=51820
|
|
# VPN_SELFHOST_ENDPOINT_PORT=51820
|
|
# VPN_SELFHOST_INTERNAL_IP_RANGE=10.8.0.0/24
|
|
# VPN_SELFHOST_DNS_SERVERS=1.1.1.1,1.0.0.1
|
|
|
|
# Optional; omitted private/public keys are generated or derived by the vpn container.
|
|
# VPN_SELFHOST_PRIVATE_KEY=
|
|
# VPN_SELFHOST_PUBLIC_KEY=
|
|
# VPN_FLEET_REGISTRATION_KEY=
|