mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-04-03 18:39:28 +08:00
Serverless-for-Iran: Change domain-fronting fake-sni for visiting 1.1.1.1 (#223)
This commit is contained in:
parent
c070b9aec9
commit
fc906aef53
@ -1,7 +1,7 @@
|
|||||||
// Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub)
|
// Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub)
|
||||||
// Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs
|
// Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs
|
||||||
|
|
||||||
// Serverless for Iran v3
|
// Serverless for Iran v4
|
||||||
// Xray-core v25.2.21+
|
// Xray-core v25.2.21+
|
||||||
|
|
||||||
// Bypass censorship using TCP/TLS fragment and UDP noises.
|
// Bypass censorship using TCP/TLS fragment and UDP noises.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub)
|
// Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub)
|
||||||
// Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs
|
// Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs
|
||||||
|
|
||||||
// Serverless with MitM-Domain-Fronting for Iran v3
|
// Serverless with MitM-Domain-Fronting for Iran v4
|
||||||
// Xray-core v25.2.21+
|
// Xray-core v25.2.21+
|
||||||
|
|
||||||
// Requires a self-signed-certificate: You can create it using "./xray tls cert -ca -file=mycert" command.
|
// Requires a self-signed-certificate: You can create it using "./xray tls cert -ca -file=mycert" command.
|
||||||
@ -126,8 +126,8 @@
|
|||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "www.bing.com",
|
"serverName": "www.microsoft.com",
|
||||||
"verifyPeerCertInNames": ["fromMitM", "www.bing.com"],
|
"verifyPeerCertInNames": ["fromMitM", "www.microsoft.com"],
|
||||||
"alpn": ["fromMitM"],
|
"alpn": ["fromMitM"],
|
||||||
"fingerprint": "chrome"
|
"fingerprint": "chrome"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user