Hide Tia Switch Save

Linux 添加代理

本文总阅读量:

前言

本文介绍了如何在 Linux 系统中添加和管理代理,包括设置系统代理和快速切换代理的操作方法。

系统代理

1.编辑文件

text
vim  /etc/profile

2.在文件最下面写入

text
alias kclash="export ALL_PROXY=127.0.0.1:7890"
alias gclash="unset ALL_PROXY"

3.重载配置

text
source /etc/profile

4.开启kclash,关闭gclash

text
kclash
text
gclash
cf worker 伪装nginx
Let’s Encrypt 免费申请泛域名 SSL 证书