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.
25 lines
836 B
25 lines
836 B
declare -x OVPN_AUTH=
|
|
declare -x OVPN_CIPHER=
|
|
declare -x OVPN_CLIENT_TO_CLIENT=1
|
|
declare -x OVPN_CN=127.0.0.1
|
|
declare -x OVPN_COMP_LZO=0
|
|
declare -x OVPN_DEFROUTE=0
|
|
declare -x OVPN_DEVICE=tun
|
|
declare -x OVPN_DEVICEN=0
|
|
declare -x OVPN_DISABLE_PUSH_BLOCK_DNS=1
|
|
declare -x OVPN_DNS=1
|
|
declare -x OVPN_DNS_SERVERS=([0]="8.8.8.8" [1]="8.8.4.4")
|
|
declare -x OVPN_ENV=/etc/openvpn/ovpn_env.sh
|
|
declare -x OVPN_EXTRA_CLIENT_CONFIG=()
|
|
declare -x OVPN_EXTRA_SERVER_CONFIG=([0]="topology subnet")
|
|
declare -x OVPN_FRAGMENT=
|
|
declare -x OVPN_KEEPALIVE='10 60'
|
|
declare -x OVPN_MTU=
|
|
declare -x OVPN_NAT=1
|
|
declare -x OVPN_PORT=1194
|
|
declare -x OVPN_PROTO=udp
|
|
declare -x OVPN_PUSH=([0]="route 172.50.20.0 255.255.255.0")
|
|
declare -x OVPN_ROUTES=()
|
|
declare -x OVPN_SERVER=10.80.0.0/16
|
|
declare -x OVPN_SERVER_URL=udp://127.0.0.1:1194
|
|
declare -x OVPN_TLS_CIPHER=
|
|
|