Skip to content

实验项目,快速启动一个添加代理的Discord进程。Quickly launch a Discord process with an added proxy.

Notifications You must be signed in to change notification settings

aiqinxuancai/DiscordProxyStart

Repository files navigation

DiscordProxyStart

快速启动一个添加代理的Discord进程。

本项目使用 discord-proxy 中提供的代理方式,简化操作,无需复制version.dll,无需修改快捷方式,减少其中可能出现的问题。

对于需要账号密码的代理地址,会自动使用gost在本地做一层协议转换,转换为一个无需密码的http代理来使用。

English

开始使用

下载Release后,整体解压到任意目录中,修改目录下的Config.ini,添加自己本地的代理地址,然后启动DiscordProxyStart.exe文件即可启动支持代理的Discord。

Config.ini配置例子

[Config]
Proxy=http://127.0.0.1:1080

代理格式例子

http://127.0.0.1:1080
http://user:password@127.0.0.1:1080
socks://127.0.0.1:1080
socks5://127.0.0.1:1080
socks5://user:password@127.0.0.1:1080
...

开机启动

你可以按下Win+R输入shell:startup回车,按住Alt键拖动DiscordProxyStart.exe到此目录中实现开机启动。

About

实验项目,快速启动一个添加代理的Discord进程。Quickly launch a Discord process with an added proxy.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages