28 lines
659 B
Bash
28 lines
659 B
Bash
# General UID/GIU and Timezone
|
|
TZ=America/New_York
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
# Input your VPN provider and type here
|
|
VPN_SERVICE_PROVIDER=protonvpn
|
|
VPN_TYPE=wireguard
|
|
|
|
# Mandatory, airvpn forwarded port
|
|
FIREWALL_VPN_INPUT_PORTS=port
|
|
|
|
# Copy all these varibles from your generated configuration file
|
|
WIREGUARD_PUBLIC_KEY=key
|
|
WIREGUARD_PRIVATE_KEY=key
|
|
WIREGUARD_PRESHARED_KEY=key
|
|
WIREGUARD_ADDRESSES=ip
|
|
|
|
# Optional location varbiles, comma seperated list,no spaces after commas, make sure it matches the config you created
|
|
SERVER_COUNTRIES=United States
|
|
SERVER_CITIES=city
|
|
|
|
# Heath check duration
|
|
HEALTH_VPN_DURATION_INITIAL=120s
|
|
|
|
# Data Mount
|
|
DATA_MOUNT=/mnt/media
|