What's new

Tutorial Debian SoftEther-OpenVPN+L2TP with Privoxy Installer

I want to know if exist the equivalent of these openvpn options

http-proxy my.VPS.IP.server 8080
http-proxy-option CUSTOM-HEADER X-Online-Host custom.website
http-proxy-option CUSTOM-HEADER Host custom.website


on nginx(or squid/privoxy):

i can't find anything clear for me.

What i want:
(instead of set a custom header in openvpn i want to set it directly on vps on nginx or squid so i'll could have it also using other vpn protocol.)

example :
  • i set a custom header blabla.com
  • then i connect to my vpn and i make a request to g00gle.com
  • my ISP have to know that i'm surfing on blabla.com but instead i have access to g00gle.com
That happens with the http-proxy-option that i write at the top of this post.
It's possible to do it or OpenVPN is the only one to make it possible?
 
I want to know if exist the equivalent of these openvpn options

http-proxy my.VPS.IP.server 8080
http-proxy-option CUSTOM-HEADER X-Online-Host custom.website
http-proxy-option CUSTOM-HEADER Host custom.website


on nginx(or squid/privoxy):

i can't find anything clear for me.

What i want:
(instead of set a custom header in openvpn i want to set it directly on vps on nginx or squid so i'll could have it also using other vpn protocol.)

example :
  • i set a custom header blabla.com
  • then i connect to my vpn and i make a request to g00gle.com
  • my ISP have to know that i'm surfing on blabla.com but instead i have access to g00gle.com
That happens with the http-proxy-option that i write at the top of this post.
It's possible to do it or OpenVPN is the only one to make it possible?


I found only on squid:

ENABLE in $ sudo nano squid3-3.5.23/debian/rules with --enable-http-violations
and after in /etc/squid3/squid.conf we can use command :

request_header_access
request_header_replace

Is it way?

example :

header_access Host deny all
header_replace Host You do not have permission to view the full content of this post. Log in or register now.
 
Last edited:

Similar threads

Back
Top