Skip to content

Instantly share code, notes, and snippets.

@didyhu
Created April 22, 2020 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save didyhu/55cac09b639bae4f624aad3d3d0a556a to your computer and use it in GitHub Desktop.
Save didyhu/55cac09b639bae4f624aad3d3d0a556a to your computer and use it in GitHub Desktop.
Proxifier Profile
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProxifierProfile version="101" platform="Windows" product_id="0" product_minver="310">
<Options>
<Resolve>
<AutoModeDetection enabled="true" />
<ViaProxy enabled="false">
<TryLocalDnsFirst enabled="false" />
</ViaProxy>
<ExclusionList>%ComputerName%; localhost; *.local</ExclusionList>
<DnsUdpMode>0</DnsUdpMode>
</Resolve>
<Encryption mode="basic" />
<HttpProxiesSupport enabled="false" />
<HandleDirectConnections enabled="true" />
<ConnectionLoopDetection enabled="true" />
<ProcessServices enabled="true" />
<ProcessOtherUsers enabled="true" />
</Options>
<ProxyList>
<Proxy id="100" type="SOCKS5">
<Address>127.0.0.1</Address>
<Port>1080</Port>
<Options>48</Options>
</Proxy>
<Proxy id="102" type="SOCKS5">
<Address>127.0.0.1</Address>
<Port>10808</Port>
<Options>48</Options>
</Proxy>
</ProxyList>
<ChainList>
<Chain id="101" type="simple">
<Name>New</Name>
<Proxy enabled="false">100</Proxy>
<Proxy enabled="true">102</Proxy>
</Chain>
</ChainList>
<RuleList>
<Rule enabled="true">
<Name>D:Localhost</Name>
<Targets>localhost; 127.0.0.1; %ComputerName%; ::1</Targets>
<Action type="Direct" />
</Rule>
<Rule enabled="false">
<Name>Git</Name>
<Applications>git.exe</Applications>
<Action type="Proxy">102</Action>
</Rule>
<Rule enabled="true">
<Name>D:Apps</Name>
<Applications>
chrome.exe;
obfs-local.exe;
OneDrive.exe;
Shadowsocks.exe;
ss_privoxy.exe;
teamviewer*.exe
trojan-qt5.exe;
v2ray_privoxy.exe;
v2ray.exe;
wv2ray.exe;
</Applications>
<Action type="Direct" />
</Rule>
<Rule enabled="true">
<Name>D:Domains</Name>
<Targets>download.visualstudio.microsoft.com;</Targets>
<Action type="Direct" />
</Rule>
<Rule enabled="true">
<Name>P:Apps</Name>
<Applications>
AdobeUpdateService.exe;"Adobe CEF Helper.exe";"Adobe Desktop Service.exe";"Creative Cloud.exe";
destiny2.exe;
ForzaHorizon4.exe;
IndianaWindowsStore-Win64-Shipping.exe;
TheOuterWorlds.exe;
upc.exe;UbisoftGameLauncher.exe;ACOdyssey.exe;FarCry4.exe;FarCry5.exe;
Xbox.exe;XboxIdp.exe;XboxAppServices.exe;
</Applications>
<Action type="Chain">101</Action>
</Rule>
<Rule enabled="true">
<Name>P:Domains</Name>
<Targets>
*.adobe.com;
*.adobe.io;
*.adobeobe.com;
*.akamaized.net;
*.amazonaws.com;
*.azureedge.net;
*.docker.com;
*.github.com;
*.githubusercontent.com;
*.gitlab.com;
*.google.com;
*.googleapis.com;
*.jetbrains.com;
*.live.com;
*.microsoft.com;
*.msecnd.net;
*.nodejs.com;
*.npmjs.com;
*.pythonhosted.org;
*.rockstargames.com;
*.s3.amazonaws.com;
*.schemastore.org;
*.shields.io;
*.trust-provider.com;
*.twitch.tv;
*.typekit.net;
*.visualstudio.com;
*.vsassets.io;
*.windows.net;
*.xboxlive.com;
*.yarnpkg.com;
</Targets>
<Action type="Chain">101</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