Discord Proxy

出自Silica Library | 間奏時光
於 2020年10月19日 (一) 08:17 由 Silica留言 | 貢獻 所做的修訂 (创建页面,内容为“Category:Windows 2020-10-19 16:13 == Source ==   https://zhuanlan.zhihu.com/p/47048247 == Step == === Update.exe ===   Create file name Update.exe.conf…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳至導覽 跳至搜尋

2020-10-19 16:13

Source

  https://zhuanlan.zhihu.com/p/47048247

Step

Update.exe

  Create file name Update.exe.config at /Discord/Update.exe.config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
  </configSections>
  <system.net>
    <!--Configure fiddler local proxy-->
    <defaultProxy>
      <proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://127.0.0.1:1080" usesystemdefault="false" />
    </defaultProxy>
  </system.net>
</configuration>

Discord Shortcut

  Edit Discord Shortcut as:

\Discord\Update.exe --processStart Discord.exe --a=--proxy-server=http://127.0.0.1:1080

All method not work?

  Just use AnyConnect.