Last active
April 8, 2024 12:01
-
-
Save FrankFang/90552a43bd725f39c71fb5908373f852 to your computer and use it in GitHub Desktop.
list.ppx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<ProxifierProfile version="101" platform="MacOSX" product_id="2" product_minver="200"> | |
<Options> | |
<Resolve> | |
<AutoModeDetection enabled="true"/> | |
<ViaProxy enabled="false"> | |
<TryLocalDnsFirst enabled="false"/> | |
</ViaProxy> | |
<ExclusionList ExcludeSimpleHostnames="true" ExcludeLocalhost="true" ExcludeSelfHostname="true" ExcludeLocalDomain="true">localhost;%SimpleHostnames%;%ComputerName%;*.local; | |
</ExclusionList> | |
</Resolve> | |
<Encryption mode="basic"/> | |
<HttpProxiesSupport enabled="false"/> | |
<HandleDirectConnections enabled="false"/> | |
<ConnectionLoopDetection enabled="true"/> | |
<ProcessServices enabled="true"/> | |
<ProcessOtherUsers enabled="true"/> | |
<BlockUDP443 enabled="false"/> | |
</Options> | |
<ProxyList> | |
<Proxy id="100" type="SOCKS5"> | |
<Address>127.0.0.1</Address> | |
<Port>4999</Port> | |
<Options>0</Options> | |
</Proxy> | |
</ProxyList> | |
<ChainList/> | |
<RuleList> | |
<Rule enabled="true"> | |
<Name>clash-darwin [auto-created]</Name> | |
<Applications>clash-darwin</Applications> | |
<Action type="Direct"/> | |
</Rule> | |
<Rule enabled="true"> | |
<Name>Mainland App</Name> | |
<Applications> | |
WeChat; | |
</Applications> | |
<Action type="Direct"/> | |
</Rule> | |
<Rule enabled="true"> | |
<Name>Localhost</Name> | |
<Targets>localhost; 127.0.0.1; ::1; %ComputerName%</Targets> | |
<Action type="Direct"/> | |
</Rule> | |
<Rule enabled="true"> | |
<Name>oversea</Name> | |
<Targets> | |
*.jetbrains.com; | |
*.google.com; | |
*.googleapis.com; | |
*.x.com; | |
*.twitter.com; | |
*.org; | |
*.top; | |
*.facebook.com; | |
*.vercel.com; | |
*.io; | |
*.cc; | |
*.githubusercontent.com; | |
</Targets> | |
<Action type="Proxy">100</Action> | |
</Rule> | |
<Rule enabled="true"> | |
<Name>mainland</Name> | |
<Targets> | |
*.yinxiang.com; | |
*.cn | |
</Targets> | |
<Action type="Direct">100</Action> | |
</Rule> | |
<Rule enabled="true"> | |
<Name>Default</Name> | |
<Action type="Direct">100</Action> | |
</Rule> | |
</RuleList> | |
</ProxifierProfile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment