diff --git a/GSF.md b/GSF.md deleted file mode 100644 index dc11d344..00000000 --- a/GSF.md +++ /dev/null @@ -1,53 +0,0 @@ -```json -{ - "Type": "", - "Rate": 1, - "Remark": "", - "Hostname": "", - "Port": 0, - "Username": "", - "Password": "", - "EncryptMethod": "", - "Plugin": "", - "PluginOption": "", - "Protocol": "", - "ProtocolParam": "", - "OBFS": "", - "OBFSParam": "", - "UserID": "", - "AlterID": 0, - "TransferProtocol": "", - "FakeType": "", - "Host": "", - "Path": "", - "QUICSecure": "", - "QUICSecret": "", - "TLSSecure": false -} -``` - -| 字段 | 说明 | -| :- | :- | -| Type | 代理类型(HTTP、HTTPS、Socks5、SS、SSR、VMess) | -| Rate | 倍率 | -| Remark | 备注 | -| Hostname | 主机名 | -| Port | 端口 | -| Username | 账号(HTTP、HTTPS、Socks5) | -| Password | 密码(HTTP、HTTPS、Socks5、SS、SSR) | -| UserID | 用户 ID(VMess) | -| AlterID | 额外 ID(VMess) | -| EncryptMethod | 加密方式(SS、SSR、VMess) | -| Plugin | 插件(SS) | -| PluginOption | 插件参数(SS) | -| Protocol | 协议(SSR) | -| ProtocolParam | 协议参数(SSR) | -| OBFS | 混淆(SSR) | -| OBFSParam | 混淆参数(SSR) | -| TransferProtcol | 传输协议(VMess) | -| FakeType | 伪装类型(VMess) | -| Host | 伪装域名(VMess) | -| Path | 传输路径(VMess) | -| QUICSecure | QUIC 加密方式(VMess) | -| QUICSecret | QUIC 加密密钥(VMess) | -| TLSSecure | TLS 底层传输安全(VMess) | diff --git a/README.md b/README.md index 44ffcff7..cca2bdce 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ Game network accelerator - [Netch](#netch) - [TOC](#toc) - [Description](#description) - - [Sponsor](#sponsor) + - [Sponsor](#sponsor) - [Donate](#donate) - [Screenshots](#screenshots) - [Requirements](#requirements) + - [Quote](#quote) ## Description Netch is an open source game network accelerator. Unlike SSTap, which needs to add rules to function as a blacklist proxy, Netch is more similar to SocksCap64, which can scan the game directory to get their process names specifically and forward their network traffic through the proxy server @@ -36,7 +37,7 @@ Currently supports the following protocols As well, Netch avoid the restricted NAT problem caused by SSTap. You can use an NATTypeTester to test out what your NAT type is. When using SSTap to speed up some P2P gaming connections or the game is required for that kind of open NAT type, you may experience some bad situations such as unable to join the game ## Sponsor -JetBrains +JetBrains - [RabbitHosts](https://rabbithosts.com/cart.php) - [ManSora](https://www.mansora.co/cart.php) diff --git a/README.zh-CN.md b/README.zh-CN.md index 10f02ef5..217fa170 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -12,13 +12,14 @@ 游戏加速工具 ## TOC -- [Netch](#Netch) - - [TOC](#TOC) +- [Netch](#netch) + - [TOC](#toc) - [简介](#简介) - - [赞助商](#赞助商) + - [赞助商](#赞助商) - [捐赠](#捐赠) - [依赖](#依赖) - - [语言支持](#语言支持) + - [语言支持](#语言支持) + - [引用](#引用) ## 简介 Netch 是一款 Windows 平台的开源游戏加速工具,Netch 可以实现类似 SocksCap64 那样的进程代理,也可以实现 SSTap 那样的全局 TUN/TAP 代理,和 Shadowsocks-Windows 那样的本地 Socks5,HTTP 和系统代理 @@ -34,7 +35,7 @@ Netch 是一款 Windows 平台的开源游戏加速工具,Netch 可以实现 与此同时 Netch 避免了 SSTap 的 NAT 问题 ,检查 NAT 类型即可知道是否有 NAT 问题。使用 SSTap 加速部分 P2P 联机,对 NAT 类型有要求的游戏时,可能会因为 NAT 类型严格遇到无法加入联机,或者其他影响游戏体验的情况 ## 赞助商 -JetBrains +JetBrains - [RabbitHosts](https://rabbithosts.com/cart.php) - [ManSora](https://www.mansora.co/cart.php) diff --git a/images/jetbrains-variant-4.svg b/jetbrains.svg similarity index 100% rename from images/jetbrains-variant-4.svg rename to jetbrains.svg diff --git a/images/screenshots/main.png b/screenshots/main.png similarity index 100% rename from images/screenshots/main.png rename to screenshots/main.png