How connect to proxy server?

Hi, how I can connect to proxy server using LuCi? Socks or HTTPs

https://openwrt.org/docs/guide-user/additional-software/opkg#proxy_support

2 Likes

I do this commands, but my IP not changed(
Maybe You can share an example?

mkdir -p /etc/profile.d
cat << "EOF" > /etc/profile.d/custom.sh
export https_proxy=http://user:pass@ip:port/
EOF
. /etc/profile

Just to make sure: Have you replaced the placeholders (user,pass, ip, port) by real values?

Yes) I check ip on https://www.whatismyip.com/

Havent apps for luci for proxy connections?) Im noob for cmd

What apps for luci?

For easy connection to a proxy

Luci usually don't need to connect to/via a proxy, since it's running on the same host it suppose to "manage".

1 Like

I need to connect to a proxy in order to change my external address (Now I am in Germany, I need a US IP address), OpenVPN greatly reduces the speed, I need to connect to a proxy server.

And what does this have to do with luci and/or openwrt? The proxy is set up in the browser.

If you have a linux/openwrt host running in US, simply ssh to it and create a tunnel in the process, then configure a proxy in the browser at localhost:port.

https://www.math.ucla.edu/computing/kb/creating-ssh-proxy-tunnel-putty

1 Like