aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Proxifier/clarkzjw.ppx')
-rw-r--r--Proxifier/clarkzjw.ppx63
1 files changed, 63 insertions, 0 deletions
diff --git a/Proxifier/clarkzjw.ppx b/Proxifier/clarkzjw.ppx
new file mode 100644
index 0000000..a44107b
--- /dev/null
+++ b/Proxifier/clarkzjw.ppx
@@ -0,0 +1,63 @@
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<ProxifierProfile version="101" platform="MacOSX" product_id="2" product_minver="200">
3 <Options>
4 <Resolve>
5 <AutoModeDetection enabled="false"/>
6 <ViaProxy enabled="true">
7 <TryLocalDnsFirst enabled="false"/>
8 </ViaProxy>
9 <ExclusionList ExcludeSimpleHostnames="true" ExcludeLocalhost="true" ExcludeSelfHostname="true" ExcludeLocalDomain="true">localhost;%SimpleHostnames%;%ComputerName%;*.local;
10</ExclusionList>
11 </Resolve>
12 <Encryption mode="basic"/>
13 <HttpProxiesSupport enabled="false"/>
14 <HandleDirectConnections enabled="false"/>
15 <ConnectionLoopDetection enabled="true"/>
16 <ProcessServices enabled="true"/>
17 <ProcessOtherUsers enabled="true"/>
18 </Options>
19 <ProxyList>
20 <Proxy id="100" type="SOCKS5">
21 <Address>127.0.0.1</Address>
22 <Port>7891</Port>
23 <Options>0</Options>
24 </Proxy>
25 </ProxyList>
26 <ChainList/>
27 <RuleList>
28 <Rule enabled="true">
29 <Name>Direct by Address</Name>
30 <Targets>192.168.*.*; *.baidu.com; *.bdstatic.com; *.bdimg.com; 180.149.*.*; 180.97.*.*;106.14.156.187; 118.25.1.248; 80.209.229.196; 100.73.*.*; 100.66.*.*; *.dingcloud.com; localhost; 100.68.*.*; *.aliyun.com; 100.76.*.*; 1.65.64.20; *.126.net; *.163.com; *.163yun.com; *.126.net.wscdns.com; *.163jiasu.com; 1.65.1.24; *.github.com; *.netease.com; blj.jdb-dev.com; 1.1.1.1; 10.*.*.*;</Targets>
31 <Action type="Direct"/>
32 </Rule>
33 <Rule enabled="true">
34 <Name>Proxy By Address</Name>
35 <Targets>*.amazonaws.com; *.google.com; k8s.gcr.io; *.googleusercontent.com; *.rixcloud.io; 8.8.8.8</Targets>
36 <Action type="Proxy">100</Action>
37 </Rule>
38 <Rule enabled="true">
39 <Name>ClashX</Name>
40 <Applications>ClashX</Applications>
41 <Action type="Direct"/>
42 </Rule>
43 <Rule enabled="true">
44 <Name>Direct by App</Name>
45 <Applications>ss-local; ShadowsocksX-NG; "Google Chrome"; 企业微信; TimingHelper; WeChat; vncviewer ; "Microsoft Remote Desktop"; SVNClient; openvpn; Tunnelblick; ping; Hammerspoon; locationd; NeteaseMusic; wget; “Google Chrome Helper”; BestTrace; ssh; VirtualBoxVM; DingTalk</Applications>
46 <Action type="Direct"/>
47 </Rule>
48 <Rule enabled="true">
49 <Name>Localhost</Name>
50 <Targets>localhost; 127.0.0.1; ::1; %ComputerName%</Targets>
51 <Action type="Direct"/>
52 </Rule>
53 <Rule enabled="true">
54 <Name>Docker</Name>
55 <Applications>com.docker.*; docker; Docker; *vpnkit</Applications>
56 <Action type="Direct"/>
57 </Rule>
58 <Rule enabled="true">
59 <Name>Default</Name>
60 <Action type="Proxy">100</Action>
61 </Rule>
62 </RuleList>
63</ProxifierProfile> \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)