This commit is contained in:
风扇滑翔翼 2024-03-22 04:56:11 +00:00
parent cb619022bb
commit f42d177c46
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
"security": "reality", "security": "reality",
"realitySettings": { "realitySettings": {
"fingerprint": "chrome", "fingerprint": "chrome",
"serverName": "bluearchive.jp", // If your dest is `1.1.1.1:443`, then leave it empty "serverName": "", // A website that support TLS1.3 and h2. 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 "shortId": "" // Required

View File

@ -19,9 +19,9 @@
"network": "tcp", "network": "tcp",
"security": "reality", "security": "reality",
"realitySettings": { "realitySettings": {
"dest": "bluearchive.jp:443", // You can also use `1.1.1.1:443` as dest "dest": "", // A website that support TLS1.3 and h2. You can also use `1.1.1.1:443` as dest
"serverNames": [ "serverNames": [
"bluearchive.jp" // If you use `1.1.1.1:443` as dest, then you can leave `serverNames` empty, it is a possible ways to bypass Iran's internet speed restrictions. "" // A server name in the cert of dest site. If you use `1.1.1.1:443` as dest, then you can leave `serverNames` empty, it is a possible ways to bypass Iran's internet speed restrictions.
], ],
"privateKey": "", // run `xray x25519` to generate. Public and private keys need to be corresponding. "privateKey": "", // run `xray x25519` to generate. Public and private keys need to be corresponding.
"shortIds": [// Required, list of shortIds available to clients, can be used to distinguish different clients "shortIds": [// Required, list of shortIds available to clients, can be used to distinguish different clients