“Discord Proxy”的版本间差异
跳到导航
跳到搜索
(未显示同一用户的2个中间版本) | |||
第6行: | 第6行: | ||
https://zhuanlan.zhihu.com/p/47048247<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> | [https://github.com/aiqinxuancai/discord-proxy/releases Download] and unzip file to <code>/Discord/app-*/</code>.<br> | ||
第40行: | 第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.