What's new

Mga papz cnu po nakakaalam magpagana ng ovpn custom header sa pc

Status
Not open for further replies.
add this line on your config

http-proxy-option CUSTOM-HEADER Host YOUR HOST
http-proxy-option CUSTOM-HEADER X-Online-Host YOUR HOST
redirect-gateway def1

EXAMPLE:
http-proxy-option CUSTOM-HEADER Host m.google.com
http-proxy-option CUSTOM-HEADER X-Online-Host m.google.com
redirect-gateway def1


sample config:

client
dev tun
proto tcp
sndbuf 0
rcvbuf 0
remote 123.123.123.123 1194
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
setenv opt block-outside-dns
key-direction 1
route-method exe
verb 2
http-proxy 123.123.123.123 8080
http-proxy-retry
http-proxy-option CUSTOM-HEADER Host m.google.com
http-proxy-option CUSTOM-HEADER X-Online-Host m.google.com
redirect-gateway def1
 
Status
Not open for further replies.
Back
Top