This commit is contained in:
Steve 2023-06-13 00:54:07 +08:00
parent daf00da783
commit 20706c6638
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ Trojan is designed to work with correctly configured encrypted TLS tunnels.
}
```
> `clients`: [ClientObject](#clientobject)
> `clients`: \[ [ClientObject](#clientobject) \]
An array representing a group of users approved by the server.

View file

@ -29,7 +29,7 @@ Unlike [VMess](./vmess.md), VLESS does not rely on system time. The authenticati
}
```
> `clients`: [ClientObject](#clientobject)
> `clients`: \[ [ClientObject](#clientobject) \]
An array representing a group of users approved by the server.