mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-12 11:53:17 +00:00
Update config_client.jsonc
add shortId
This commit is contained in:
parent
13d0158470
commit
31a1c6cbf5
|
@ -46,7 +46,8 @@
|
||||||
"fingerprint": "chrome",
|
"fingerprint": "chrome",
|
||||||
"serverName": "bluearchive.jp", // If your dest is `1.1.1.1:443`, then leave it empty
|
"serverName": "bluearchive.jp", // If your dest is `1.1.1.1:443`, then leave it empty
|
||||||
"publicKey": "", // run `xray x25519` to generate. Public and private keys need to be corresponding.
|
"publicKey": "", // run `xray x25519` to generate. Public and private keys need to be corresponding.
|
||||||
"spiderX": "" // If your dest is `1.1.1.1:443`, then you can fill it with `/dns-query/` or just leave it empty
|
"spiderX": "", // If your dest is `1.1.1.1:443`, then you can fill it with `/dns-query/` or just leave it empty
|
||||||
|
"shortId": "" // Required
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tag": "proxy"
|
"tag": "proxy"
|
||||||
|
|
Loading…
Reference in a new issue