How to set OPKG HTTP/HTTPS proxy sever

export https_proxy=http://10.1.2.3:8080/
export http_proxy=http://10.1.2.3:8080/
opkg update