From f4736dd7f3cc76a9f1d34cf0b55121bc3d1885bc Mon Sep 17 00:00:00 2001 From: aiqinxuancai Date: Thu, 14 Nov 2024 14:14:52 +0800 Subject: [PATCH] Update readme --- README.md | 5 ++++- README_EN.md | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 552ea31..44c08cf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 本项目使用 https://github.com/aiqinxuancai/discord-proxy 中提供的代理方式,简化操作,无需复制version.dll,无需修改快捷方式,减少其中可能出现的问题。 -[EN](README_EN.md) +[English](README_EN.md) ### 开始使用 下载Release后,整体解压到**任意目录**中,修改目录下的Config.ini,添加自己本地的代理地址,然后启动`DiscordProxyStart.exe`文件即可启动支持代理的Discord。 @@ -15,3 +15,6 @@ Proxy=http://127.0.0.1:1080 ``` 你可以按下`Win+R`输入`shell:startup`回车,按住`Alt`键拖动`DiscordProxyStart.exe`到此目录中实现开机启动。 + +--- +在0.0.14版本中,已支持socks代理格式:`socks5://ip:port` `socks://username:password@ip:port` 等。 \ No newline at end of file diff --git a/README_EN.md b/README_EN.md index a979d0a..0d4b60f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -13,3 +13,7 @@ Proxy=http://127.0.0.1:1080 ``` You can press Win+R, type shell:startup, and press enter. Then, hold the Alt key and drag the DiscordProxyStart.exe to this directory to enable startup launch. + +--- + +In version 0.0.14, support for SOCKS proxy format has been added: `socks5://ip:port`, `socks://username:password@ip:port`, etc. \ No newline at end of file