http proxy OpenVPN & Account NordVPN
Posted: Sun Sep 27, 2020 12:28 pm
I have an account nordvpn that can be used in openvpn, so I want to enter the proxy and bug the domain in the config file but there is no response while I see the example in fashssh and enter http like this
and it works but when I edit in the config nordvpn no response always wrong
if anyone know the arrangement of the config file for nordvpn to be divided kesaya, and I am quite grateful to on anyone that helps
An example of the contents of the config Nord
Code: Select all
http-proxy my.VPS.IP.server 8080
http-proxy-option CUSTOM-HEADER Host custom.website
http-proxy-option CUSTOM-HEADER X-Online-Host custom.websiteif anyone know the arrangement of the config file for nordvpn to be divided kesaya, and I am quite grateful to on anyone that helps
An example of the contents of the config Nord
Client config
client
dev tun
proto tcp
remote 89.187.162.97 443
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
comp-lzo no
remote-cert-tls server
auth-user-pass
verb 3
pull
fast-io
cipher AES-256-CBC
auth SHA512
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
-----END OpenVPN Static key V1-----
</tls-auth>
dev tun
proto tcp
remote 89.187.162.97 443
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
comp-lzo no
remote-cert-tls server
auth-user-pass
verb 3
pull
fast-io
cipher AES-256-CBC
auth SHA512
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
-----END OpenVPN Static key V1-----
</tls-auth>