mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Update client.json
This commit is contained in:
parent
70ddbfcfd2
commit
58f0ce273f
@ -23,11 +23,11 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "example.com", // Change to your domain.
|
"address": "example.com","//": "Change to your domain.",
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "UUID", // Change to your UUID.
|
"id": "UUID","//": "Change to your UUID.",
|
||||||
"encryption": "none"
|
"encryption": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -39,10 +39,10 @@
|
|||||||
"security": "tls",
|
"security": "tls",
|
||||||
"splithttpSettings": {
|
"splithttpSettings": {
|
||||||
"path": "/splithttp",
|
"path": "/splithttp",
|
||||||
"host": "example.com" // Change to your domain.
|
"host": "example.com","//": "Change to your domain."
|
||||||
},
|
},
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "example.com", // Change to your domain.
|
"serverName": "example.com","//": "Change to your domain.",
|
||||||
"alpn": [
|
"alpn": [
|
||||||
"h3"
|
"h3"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user