diff --git a/README.md b/README.md index 8fa5186a..c3880e10 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![Version](https://img.shields.io/github/v/release/NetchX/Netch)](https://github.com/NetchX/Netch/releases) [![Downloads](https://img.shields.io/github/downloads/NetchX/Netch/total.svg)](https://github.com/NetchX/Netch/releases) [![Netch CI](https://github.com/NetchX/Netch/workflows/Netch%20CI/badge.svg)](https://github.com/NetchX/Netch/actions) -[![Website](https://img.shields.io/website?url=https%3A%2F%2Fnetch.org)](https://netch.org/) [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE) [中文说明](/docs/README.zh-CN.md) @@ -63,7 +62,7 @@ As well, Netch avoid the restricted NAT problem caused by SSTap. You can use an - [v2ray-core](https://github.com/v2ray/v2ray-core) - [trojan](https://github.com/trojan-gfw/trojan) - [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR) -- [GFWList](https://github.com/gfwlist/gfwlist) +- [PAC](https://github.com/HMBSbige/Text_Translation/blob/master/ShadowsocksR/ss_white.pac) - [dnsmasq-china-list](https://github.com/felixonmars/dnsmasq-china-list) - [tap-windows6](https://github.com/OpenVPN/tap-windows6) - [Privoxy](https://www.privoxy.org/) diff --git a/docs/Advanced_Usage.zh-CN.md b/docs/Advanced_Usage.zh-CN.md index 47d890db..d9149b94 100644 --- a/docs/Advanced_Usage.zh-CN.md +++ b/docs/Advanced_Usage.zh-CN.md @@ -34,19 +34,21 @@ ### 模式 1 进程代理模式 - 根据进程名进行代理 -- 底层依赖于 [NetFilter SDK](https://netfiltersdk.com) 和 Redirector.exe(未开源)等 +- 底层依赖于 [NetFilter SDK](https://netfiltersdk.com) - 对于第一次使用 Netch 的用户而言,不需要做多余的事情 - 若 [NetFilter SDK](https://netfiltersdk.com) 的驱动不存在,会自动安装 - 若驱动版本过低,会自动更新 范例文件 -在这个模式里,第一行只有备注是有用的 +在这个模式里,第一行只有备注是有用的,规则内容支持C++正则表达式 ``` # 备注 进程名 1(会被代理) -进程名 2 +!进程名 2(不会被代理) +csgo.exe +\\steam\\(代理运行路径包含steam的所有程序) ... ``` @@ -131,7 +133,7 @@ ## Socks 5 代理中转 -说明一下,Netch 并非是以网页代理为目的开发的程序,如果需要网络代理为目的的程序,需要 PAC,规则分流,订阅管理等功能的,请参考使用以下软件而非 Netch(均为 Windows 平台) +说明一下,Netch 并非是以网页代理为目的开发的程序,如果需要网络代理为目的的程序,需要 PAC,规则分流,订阅管理等功能的,请尽量参考使用以下软件而非 Netch(均为 Windows 平台) ShadowsocksR diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index ebb10dec..9fbe4cf6 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -5,7 +5,6 @@ [![版本](https://img.shields.io/github/v/release/NetchX/Netch)](https://github.com/NetchX/Netch/releases) [![下载](https://img.shields.io/github/downloads/NetchX/Netch/total.svg)](https://github.com/NetchX/Netch/releases) [![Netch CI](https://github.com/NetchX/Netch/workflows/Netch%20CI/badge.svg)](https://github.com/NetchX/Netch/actions) -[![网站](https://img.shields.io/website?url=https%3A%2F%2Fnetch.org)](https://netch.org/) [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE) 游戏加速工具 @@ -72,7 +71,7 @@ Netch 支持多种语言,在启动时会根据系统语言选择自身语言 - [v2ray-core](https://github.com/v2ray/v2ray-core) - [trojan](https://github.com/trojan-gfw/trojan) - [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR) -- [GFWList](https://github.com/gfwlist/gfwlist) +- [PAC](https://github.com/HMBSbige/Text_Translation/blob/master/ShadowsocksR/ss_white.pac) - [dnsmasq-china-list](https://github.com/felixonmars/dnsmasq-china-list) - [tap-windows6](https://github.com/OpenVPN/tap-windows6) - [Privoxy](https://www.privoxy.org/)