Register HERE
Install Openvpn
and paste the downloaded certificate file to your config folder of OpenVPN (C:\Program Files\OpenVPN\config)
edit the .ovpn file you just downloaded with this:
--------------------------------------------------------------
Update june 26 UDP config
june 21 UDP config
Install Openvpn
and paste the downloaded certificate file to your config folder of OpenVPN (C:\Program Files\OpenVPN\config)
edit the .ovpn file you just downloaded with this:
--------------------------------------------------------------
Update june 26 UDP config
Code:
client
dev tun
proto udp
remote 76.10.222.65 54
resolv-retry infinite
persist-key
persist-tun
route-method exe
route-delay 2
ca ca.crt
cert client.crt
key client.key
tls-auth ta.key 1
ns-cert-type server
redirect-gateway def1 bypass-dhcp
comp-lzo
mute 20
replay-window 120
verb 3
lport 53
persist-local-ip
ping 10
ping-restart 60
reneg-sec 0
june 21 UDP config
Code:
client
dev tun
proto udp
remote 76.10.222.65 54
resolv-retry infinite
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
tls-auth ta.key 1
ns-cert-type server
redirect-gateway def1 bypass-dhcp
comp-lzo
verb 3
route-method exe
route-delay 2
lport 53
0 comments:
Posting Komentar