MacOS系统下某代理软件设置白名单不走Proxy

去下面目录,编辑如下文件(如果没有手动新建一个即可)

(记录贴,防止以后换电脑方便复制粘贴)

~/.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>192.168.0.0/16</string>
        <string>10.0.0.0/8</string>
        <string>172.16.0.0/12</string>
        <string>127.0.0.1</string>
        <string>localhost</string>
        <string>*.local</string>
        <string>*.crashlytics.com</string>
        <!--上面的不要删,在下面添加你想要忽略的域名-->
        <string>*.lc.com</string>
        <string>*-lc.com</string>
        <string>*-local.com</string>
        <string>*-.local.com</string>
        <!-- 自定义 -------------------------------- start -->
        <string>https://pag.io/*</string>
        <string>https://www.jianshu.*</string>
        <string>https://*.deepseek.*</string>
        <string>https://www.pgyer.*/*</string>
        <string>https://*.todesk.*</string>
        <string>https://*.feishu.*</string>
        <string>https://*.apple.*</string>
        <string>https://*.bing.*</string>
        <string>https://*.qq.*</string>
         <string>https://*.163.*</string>
        
        <!-- 自定义 -------------------------------- end -->
    </array>
</plist>



最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

友情链接更多精彩内容