I don't understand what they did with openvpn

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
Mibox
OpenVpn Newbie
Posts: 1
Joined: Tue Feb 16, 2021 12:04 pm

I don't understand what they did with openvpn

Post by Mibox » Tue Feb 16, 2021 12:56 pm

client
dev tun
proto tcp
http-proxy 171.***.***.*; 3128
remote 171.***.***.* 1194
resolv-retry infinite
http-proxy-option VERSION 1.1
http-proxy-option CUSTOM-HEADER ""
http-proxy-option CUSTOM-HEADER "GET http://xxxx.xx HTTP/1.1"
http-proxy-option CUSTOM-HEADER Host xxxx.xx
http-proxy-option CUSTOM-HEADER X-Forward-Host xxxx.xx
http-proxy-option CUSTOM-HEADER X-Forwarded-For xxx.xxxx
http-proxy-option CUSTOM-HEADER Referrer xxxx.xx
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
ignore-unknown-option block-outside-dns
block-outside-dns
verb 3
<ca>
Where I live they configure the openvpn file as above and it works miraculously, I don't know how they installed the openvpn server with the http proxy to make it work.
Last edited by Pippin on Tue Feb 16, 2021 1:04 pm, edited 1 time in total.
Reason: Formatting

Post Reply