mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-02-07 23:59:30 +08:00
Compare commits
No commits in common. "31a1c6cbf529ba083103132572d95cca03601f21" and "0e8377e3c217367c0226ace51b7808ee020829a4" have entirely different histories.
31a1c6cbf5
...
0e8377e3c2
@ -46,8 +46,7 @@
|
|||||||
"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"
|
||||||
|
@ -23,11 +23,7 @@
|
|||||||
"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.
|
"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": {
|
"sniffing": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user