use users instead of user

This commit is contained in:
Kslr 2021-05-01 13:12:40 +08:00 committed by GitHub
parent 14662e8461
commit e1e504eef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
{ {
"address": "1.2.3.4", "address": "1.2.3.4",
"port": 1234, "port": 1234,
"user": [ "users": [
{ {
"id": "", "id": "",
"encryption": "none", "encryption": "none",
@ -59,4 +59,4 @@
} }
] ]
} }
} }