Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Nov 14, 2024
1 parent 901dfee commit f4736dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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。
Expand All @@ -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` 等。
4 changes: 4 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f4736dd

Please sign in to comment.