Rename geosite.dat to geoip.dat (#688)

pull/689/head
zll600 2025-06-07 22:18:43 +08:00 committed by GitHub
parent fb60cd98a7
commit a052a5e541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
### 5.3 基于指定 IP 地址分流 ### 5.3 基于指定 IP 地址分流
除了使用 `geosite.dat` 核心自然也支持直接使用IP进行路由以满足各种需求。 除了使用 `geoip.dat` 核心自然也支持直接使用IP进行路由以满足各种需求。
1. 解决前面的 `[问题5]`,我们使用 `ip: "223.5.5.5"` 来指定 `[direct-out]` 1. 解决前面的 `[问题5]`,我们使用 `ip: "223.5.5.5"` 来指定 `[direct-out]`
2. 解决前面的 `[问题6]`,我们使用 `ip: "1.1.1.1"` 来指定 `[proxy-out-vless]` 2. 解决前面的 `[问题6]`,我们使用 `ip: "1.1.1.1"` 来指定 `[proxy-out-vless]`