增加 No Proxy for.
Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
parent
046cff3320
commit
e03d19aada
|
@ -80,6 +80,14 @@ Restart=always
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## No Proxy for
|
||||||
|
|
||||||
|
如果通过反向代理或域名来使用 clash,而 clash 又将该域名进行了代理,则造成访问回环,使得反向代理/域名/代理无法使用。此时应将该域名加入到 No Proxy 列表中:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
localhost, 127.0.0.0/8, ::1, 1.tcp.vip.cpolar.top, .cpolar.com, baidu.com
|
||||||
|
```
|
||||||
|
|
||||||
## 机场地址
|
## 机场地址
|
||||||
|
|
||||||
* [速蛙云](https://m.fastfrog.link/m/shop)
|
* [速蛙云](https://m.fastfrog.link/m/shop)
|
||||||
|
|
Loading…
Reference in New Issue