Code: Select all
C:\Program Files\OpenVPN\bin\openvpn-gui-1.0.3.exe --connect wizangzing.ovpn
Is there a way to force the systray icon to appear or another way to connect
when in this state?
Code: Select all
$ cat wizangzing.ovpn|grep -vE '^#|^;|^$'
client
dev tun
proto udp
remote vpn.xxxxx.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert wizangzing.crt
key wizangzing.key
ns-cert-type server
comp-lzo
verb 3