aboutsummaryrefslogtreecommitdiffstats
path: root/covpn/conf/covpn.conf
blob: 06e1f6c40e268d1a9cba91be159a92ba4bd50146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Configuration file for copvn

# OpenVPN configuration options, for covpn.sh

CONF_UDP_REMOTE="X.X.X.X 1194" # IP of the VPN concentrator + UDP port
CONF_TCP_REMOTE="X.X.X.X 443" # IP of the VPN concentrator + TCP port

# Filtering pushed options from server, for openvpn-up.sh

# Your DNS IP (regex), via dhcp-option DNS <ip>
# Set to "disable" to forbid any DNS changes
EXPECTED_DNS="192.168.99.254"
# Attributed IP range (regex)
EXPECTED_IP_RANGE="192.168.99.[0-9]+"
# VPN subnet IP range (regex)
EXPECTED_ROUTE_RANGE="192.168.99.[0-9]+"
# VPN subnet netmask (regex)
EXPECTED_ROUTE_MASK="255.255.255.0"
# VPN default gateway (regex)
EXPECTED_GATEWAY="192.168.99.254"