摘要: 1 # 开启端口 2 function startProxy(){ 3 export https_proxy=https://127.0.0.1:7890; 4 export http_proxy=http://127.0.0.1:7890; 5 export all_proxy=socks5:// 阅读全文
posted @ 2023-08-12 11:36 jienow 阅读(56) 评论(0) 推荐(0) 编辑