Loading... 本文简要介绍了`Discord`使用代理的方法。 <!--more--> 首先点击`Discord`的快捷方式,目标后面添加参数`--a=--proxy-server=http://127.0.0.1:1081`。然后打开文件位置,创建一个命名为`Update.exe.config`的文件,然后填写下列内容。 ```xml <?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:1081" usesystemdefault="false" /> </defaultProxy> </system.net> </configuration> ``` 上文中的`http://127.0.0.1:1081`请自行替换为自己的代理地址。<hr class="content-copyright" style="margin-top:50px" /><blockquote class="content-copyright" style="font-style:normal"><p class="content-copyright">版权属于:淡淡的路瑶</p><p class="content-copyright">本文链接:<a class="content-copyright" href="https://www.starroad.top/archives/786.html">https://www.starroad.top/archives/786.html</a></p><p class="content-copyright">如果文章出现任何问题,请下方评论,紧急情况请发邮件。谢谢支持!</p></blockquote> Last modification:May 21st, 2020 at 12:02 pm © 允许规范转载 Support 如果您觉得我的文章有用,给颗糖糖吧~ ×Close Appreciate the author Sweeping payments Pay by AliPay Pay by WeChat