Clashx开启后,不能访问内网连接

当开启clashx以后,会遇到访问内网连接的时候,不生效,关掉以后可以正常访问。

解决方法,打开终端,输入vi ~/.config/clash/proxyIgnoreList.plist,即进入 ~/.config/clash目录下创建一个proxyIgnoreList.plist文件,里面添加以下代码,


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
    <string>1xx.1xx.0.0/16</string>
    <string>10.0.0.0/8</string>
    <string>1xx.1x.0.0/12</string>
    <string>127.0.0.1</string>
    <string>localhost</string>
    <string>*.local</string>
    <string>*******.net</string>
    <string>*******.com</string>
    <string>http://customxxxx.org</string>
</array>
</plist>

下面的可根据不能访问的域名,自行配置,保存后,重启clashx即可。

小问题:对于程序员朋友,我在访问日常环境连接的时候,还是不能访问,这个有解决方法吗?评论区交流下

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值