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 7th, 2021 at 11:20 am © 允许规范转载 Support If you think my article is useful to you, please feel free to appreciate ×Close Appreciate the author Sweeping payments Pay by AliPay Pay by WeChat
2 comments
按照描述设置了,为什么还是不能上网呢?
您好,请post您的设置。http://server:port 需要更改为自己的http服务器地址。