forked from abdoxfox/SSH-VPN-WINDOWS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocks5profile.ppx
43 lines (43 loc) · 1.35 KB
/
socks5profile.ppx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProxifierProfile version="101" platform="Windows" product_id="0" product_minver="310">
<Options>
<Resolve>
<AutoModeDetection enabled="false" />
<ViaProxy enabled="false">
<TryLocalDnsFirst enabled="true" />
</ViaProxy>
<ExclusionList>%ComputerName%; localhost; *.local</ExclusionList>
<DnsUdpMode>1</DnsUdpMode>
</Resolve>
<Encryption mode="basic" />
<HttpProxiesSupport enabled="false" />
<HandleDirectConnections enabled="false" />
<ConnectionLoopDetection enabled="true" />
<ProcessServices enabled="false" />
<ProcessOtherUsers enabled="false" />
</Options>
<ProxyList>
<Proxy id="100" type="SOCKS5">
<Address>127.0.0.1</Address>
<Port>1080</Port>
<Options>48</Options>
</Proxy>
</ProxyList>
<ChainList />
<RuleList>
<Rule enabled="true">
<Name>Localhost</Name>
<Targets>localhost; 127.0.0.1; %ComputerName%; ::1</Targets>
<Action type="Direct" />
</Rule>
<Rule enabled="true">
<Name>New</Name>
<Applications>bvssh.ex;python.exe</Applications>
<Action type="Direct" />
</Rule>
<Rule enabled="true">
<Name>Default</Name>
<Action type="Proxy">100</Action>
</Rule>
</RuleList>
</ProxifierProfile>