Merge 1e3484720bc06a1bfa773d31ba1fe2bbeebea6f9 into 4403442596ab744db609da00f7cbcc68177c6a2c

This commit is contained in:
Miro11 2024-09-26 11:10:26 +08:00 committed by GitHub
commit de686a283a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View File

@ -40,9 +40,7 @@ A sample in JSON like below:
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "1eb6e917-774b-4a84-aff6-b058577c60a5", "id": "1eb6e917-774b-4a84-aff6-b058577c60a5"
"level": 1,
"alterId": 64
} }
] ]
} }
@ -67,4 +65,4 @@ $ docker run -d -p 9000:9000 --name xray --restart=always -v /etc/xray:/etc/xray
[1]: https://github.com/XTLS/Xray-core [1]: https://github.com/XTLS/Xray-core
[2]: https://docs.docker.com/ [2]: https://docs.docker.com/
[3]: https://docs.docker.com/install/ [3]: https://docs.docker.com/install/
[4]: https://hub.docker.com/r/teddysun/xray/ [4]: https://hub.docker.com/r/teddysun/xray/

View File

@ -5,9 +5,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "1eb6e917-774b-4a84-aff6-b058577c60a5", "id": "1eb6e917-774b-4a84-aff6-b058577c60a5"
"level": 1,
"alterId": 64
} }
] ]
} }
@ -16,4 +14,4 @@
"protocol": "freedom", "protocol": "freedom",
"settings": {} "settings": {}
}] }]
} }