Skip to content

Instantly share code, notes, and snippets.

@Rhilip
Last active September 24, 2020 16:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rhilip/53078271fe55cfb88c23d7e3f2435d25 to your computer and use it in GitHub Desktop.
Save Rhilip/53078271fe55cfb88c23d7e3f2435d25 to your computer and use it in GitHub Desktop.
Proxifier_rule in IPv6-Only Environment
<?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="true">
<TryLocalDnsFirst enabled="true" />
</ViaProxy>
<ExclusionList>%ComputerName%; localhost; *.local</ExclusionList>
</Resolve>
<Encryption mode="disabled" />
<HttpProxiesSupport enabled="true" />
<HandleDirectConnections enabled="false" />
<ConnectionLoopDetection enabled="false" />
<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>内网IPv4地址(不计费)</Name>
<Targets>10.0.0.0-10.255.255.255;172.16.0.0-172.31.255.255;192.168.0.0-192.168.255.255</Targets>
<Action type="Direct" />
</Rule>
<Rule enabled="true">
<Name>全体IPv6地址(不计费)</Name>
<Targets>*:*:*:*:*:*:*:*;0:0:0:0:0:0:0:0-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff</Targets>
<Action type="Direct" />
</Rule>
<Rule enabled="true">
<Name>网关认证软件(Drcom|锐捷)</Name>
<Applications>drmain.exe; drclient.exe; drupdate.exe; drcopy.exe; drtray.exe; ruijiesupplicent.exe</Applications>
<Action type="Direct" />
</Rule>
<Rule enabled="true">
<Name>Shdawsock5(代理软件)</Name>
<Applications>shadowsocksr-dotnet2.0.exe; shadowsocksr-dotnet4.0.exe; shadowsocks.exe</Applications>
<Action type="Direct" />
</Rule>
<Rule enabled="false">
<Name>uTorrent·IPv4走代理</Name>
<Applications>utorrent.exe</Applications>
<Targets>*.*.*.*</Targets>
<Action type="Proxy">100</Action>
</Rule>
<Rule enabled="true">
<Name>uTorrent</Name>
<Applications>utorrent.exe</Applications>
<Action type="Direct" />
</Rule>
<Rule enabled="false">
<Name>Steam</Name>
<Applications>*steam*.exe;</Applications>
<Action type="Proxy">100</Action>
</Rule>
<Rule enabled="false">
<Name>Aria2c</Name>
<Applications>aria2c.exe</Applications>
<Action type="Proxy">100</Action>
</Rule>
<Rule enabled="false">
<Name>IDM</Name>
<Applications>idman.exe</Applications>
<Action type="Proxy">100</Action>
</Rule>
<Rule enabled="false">
<Name>Git</Name>
<Applications>*git*.exe</Applications>
<Action type="Proxy">100</Action>
</Rule>
<Rule enabled="true">
<Name>Default</Name>
<Action type="Direct" />
</Rule>
</RuleList>
</ProxifierProfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment