8 lines
174 B
Bash
8 lines
174 B
Bash
|
# Independent prject variables
|
||
|
PASSWORD=***REMOVED***
|
||
|
WG_HOST=vpn.jafner.net
|
||
|
WG_PORT=53820
|
||
|
WG_DEFAULT_DNS=192.168.1.1
|
||
|
|
||
|
# Inherit and modify
|
||
|
DOCKER_DATA=$DOCKER_DATA/wireguard
|