Skip to content

Commit af95f50

Browse files
committed
Update README
1 parent cf29ce6 commit af95f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For high-performance matching: Uses a hash table for domain rules, and an IP pre
4040

4141
Add your domain names or IP network segments to the appropriate file, with one entry per line. Lines starting with `#` are treated as comments. For example:
4242

43-
Domains added to `domain-rules-direct.txt` will bypass the proxy and connect directly:
43+
Domains added to `domain-rules-direct.txt`, along with their subdomains, will bypass the proxy and connect directly:
4444
```
4545
# Direct connect domains
4646
google.com
@@ -161,7 +161,7 @@ Run `./build.sh` to regenerate the `proxy.pac` file, which will block access to
161161

162162
将你的域名或者IP网络段添加到合适的文件中,每个域名一行。以 `#` 开头的行被视为注释。例如:
163163

164-
文件 domain-rules-direct.txt 中添加的域名将会绕过代理直接连接
164+
文件 domain-rules-direct.txt 中添加的域名及其子域名将会绕过代理直接连接
165165
```
166166
# 直连域名
167167
google.com

0 commit comments

Comments
 (0)