Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cppcoffee authored and eycorsican committed Mar 28, 2024
1 parent db75971 commit cc2e2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ level 可以是 trace, debug, info, warn, error
"hosts": {
"example.com": [
"192.168.0.1",
"192.168.0.2
"192.168.0.2"
],
"server.com": [
"192.168.0.3"
Expand Down Expand Up @@ -1059,7 +1059,7 @@ V2Ray 的 `dat` 文件格式,可以有如下形式:

此外所有非组合类型的 outbound 必须正确配置一个 `bind` 地址,这是连接原网关的网卡的地址,即未连接 VPN 前网卡的 IP 地址:
```json
"outbounds: [
"outbounds": [
{
"bind": "192.168.0.99",
"protocol": "shadowsocks",
Expand Down

0 comments on commit cc2e2c2

Please sign in to comment.