Loading... ```bash nano /boot/config/go ``` 修改为: ```bash http_proxy=http://server:port https_proxy=http://server:port /usr/local/sbin/emhttp & echo "export http_proxy=\"http://server:port\"" >> /root/.bash_profile echo "export https_proxy=\"http://server:port\"" >> /root/.bash_profile ``` 然后重启系统 ```bash reboot ``` Last modification:March 7, 2021 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 1 If you think my article is useful to you, please feel free to appreciate
6 comments
Edit to suit and place into /config/plugins/community.applications on the flash drive
论坛不是有个 proxy.cfg 文件吗,这个方法尝试过吗
按照描述设置了,为什么还是不能上网呢?
您好,请post您的设置。http://server:port 需要更改为自己的http服务器地址。
在最新的6.9.x版本,此配置不生效,仅仅能使得bash科学上网,我已经在官方论坛反馈。
问题解决了吗?