fix some typo.

This commit is contained in:
Nick Peng
2023-11-19 09:43:45 +08:00
parent 0b3dfaec64
commit d90864793d
3 changed files with 5 additions and 6 deletions

View File

@@ -47,8 +47,8 @@ blacklist-ip 192.168.1.1/24
方法2
```shell
server -whitelist-ip
ip-rules 192.168.1.1/24 -whitelist-ip
server -blacklist-ip
ip-rules 192.168.1.1/24 -blacklist-ip
```
## 忽略IP地址
@@ -64,8 +64,7 @@ ignore-ip 1.2.3.4
方法2
```shell
server -whitelist-ip
ip-rules 192.168.1.1/24 -whitelist-ip
ip-rules 192.168.1.1/24 -ignore-ip
```
## 假冒IP地址