Page 1 of 1

Connect proxy after VPN

Posted: Thu Mar 28, 2019 9:46 am
by RAguilar
Hello,

I need to go through the proxy all the internet traffic that goes through the VPN tunnel.

In IPhone it works for me by writing these lines in the server configuration file (server.conf):

push "dhcp-option PROXY_HTTP [ip] [port]"

push "dhcp-option PROXY_HTTPS [ip] [port]"


I have the problem in Android phones because it gives an error that says "tun_prop_dhcp_option_error:tun_builder_set_proxy_http"

Does anyone have the solution to this problem?

Thank you, very much.