「Discord Proxy」修訂間的差異

出自Silica Library | 間奏時光
跳至導覽 跳至搜尋
(创建页面,内容为“Category:Windows 2020-10-19 16:13 == Source ==   https://zhuanlan.zhihu.com/p/47048247 == Step == === Update.exe ===   Create file name Update.exe.conf…”)
 
 
(未顯示同一使用者於中間所作的 4 次修訂)
行 3: 行 3:


== Source ==
== Source ==
   https://zhuanlan.zhihu.com/p/47048247
  https://zhuanlan.zhihu.com/p/447973429<br>
   https://zhuanlan.zhihu.com/p/47048247<br>


== Step ==
== Step ==
=== Download ===
  [https://github.com/aiqinxuancai/discord-proxy/releases Download] and unzip file to <code>/Discord/app-*/</code>.<br>
=== Discord Shortcut ===
  Edit Discord Shortcut as:<br>
<pre>
\Discord\Update.exe --processStart Discord.exe --a=--proxy-server=http://127.0.0.1:7890
</pre>
== Step (Old, invalidation, dont use) ==
=== Update.exe ===
=== Update.exe ===
   Create file name Update.exe.config at /Discord/Update.exe.config:<br>
   Create file name <code>Update.exe.config</code> at /Discord/Update.exe.config:<br>
<pre>
<pre>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
行 29: 行 40:


== All method not work? ==
== All method not work? ==
   Just use AnyConnect.<br>
   Just use AnyConnect, or Clash Tun Mode.<br>

於 2021年12月27日 (一) 09:20 的最新修訂

2020-10-19 16:13

Source

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

Step

Download

  Download and unzip file to /Discord/app-*/.

Discord Shortcut

  Edit Discord Shortcut as:

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

Step (Old, invalidation, dont use)

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, or Clash Tun Mode.