<?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>
--a=--proxy-server=http://127.0.0.1:1080
以上两项修改完,你可以运行快捷方式无需全局代理启动Discord了。
评论专区