Skip to content

Commit c71bc5e

Browse files
karelrootedxiaokangwang
authored andcommitted
Fix typo
1 parent dc94ae7 commit c71bc5e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en_US/v5/config/protocol/user.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
"level": 0,
88
"email": "",
99
"account": {
10-
{
11-
"@type": "v2ray.core.proxy.trojan.Account",
12-
"password": ""
13-
}
10+
"@type": "v2ray.core.proxy.trojan.Account",
11+
"password": ""
1412
}
1513
}
1614
```

docs/v5/config/proxy/trojan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ UDP 包编码方式,默认值为 `None`。(v5.4.0+)
6565

6666
```json
6767
{
68-
"server": []
68+
"users": [],
69+
"packetEncoding": "None",
70+
"fallbacks": []
6971
}
7072
```
7173

0 commit comments

Comments
 (0)