# 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 # 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"