How to set OPKG HTTP/HTTPS proxy sever

set_opkg_proxy.sh
export https_proxy=http://10.1.2.3:8080/
export http_proxy=http://10.1.2.3:8080/
example.sh
opkg update

 


Check out similar posts by category: OpenWRT