You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
408 B
26 lines
408 B
4 years ago
|
# Global Settings
|
||
|
TZ=Europe/Berlin
|
||
|
LOCAL_STACK_DIR=/srv/docker/volumes/openvpn
|
||
|
|
||
|
# OpenVPN General Settings
|
||
|
PUBLIC_IP=0.0.0.0
|
||
|
|
||
|
# OpenVPN - General
|
||
|
OGEN_PORT=1194
|
||
|
OGEN_PROTOCOL=udp
|
||
|
OGEN_IPV6=n
|
||
|
OGEN_DNS_ONLY=n
|
||
|
OGEN_DNS1=pihole
|
||
|
|
||
|
# OpenVPN - DNS
|
||
|
ODNS_PORT=1195
|
||
|
ODNS_PROTOCOL=udp
|
||
|
ODNS_IPV6=n
|
||
|
ODNS_DNS_ONLY=y
|
||
|
ODNS_DNS1=pihole
|
||
|
|
||
|
# Pi-Hole Settings
|
||
|
PHOLE_DNS1=1.1.1.1
|
||
|
PHOLE_DNS2=1.0.0.1
|
||
|
PHOLE_WEBPASSWORD=passwordhere
|