一个奇怪的工具的终端代理命令

临易 / 2023-09-05 / 原文

终端代理命令:

小飞机:
export https_proxy=http://127.0.0.1:1087 回车
export http_proxy=http://127.0.0.1:1087 回车


Clash:
export https_proxy=http://127.0.0.1:7890 回车
export http_proxy=http://127.0.0.1:7890 回车


ClashX:
export https_proxy=http://127.0.0.1:49181 http_proxy=http://127.0.0.1:49181 all_proxy=socks5://127.0.0.1:49181 回车


其余软件只要改最后的端口号即可,前面的export https_proxy=http://127.0.0.1不变