Compare commits

...

2 Commits

Author SHA1 Message Date
woodlyer
31a1c6cbf5 Update config_client.jsonc
add shortId
2023-09-07 12:26:51 -04:00
woodlyer
13d0158470 Update config_server.jsonc 2023-09-07 12:26:19 -04:00
2 changed files with 7 additions and 2 deletions

View File

@ -46,7 +46,8 @@
"fingerprint": "chrome",
"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.
"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"

View File

@ -23,7 +23,11 @@
"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.
],
"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
"", // If this item exists, client shortId can be empty
"0123456789abcdef" // 0 to f, length is a multiple of 2, maximum length is 16
]
}
},
"sniffing": {