Skip to content

Commit fc906ae

Browse files
authored
Serverless-for-Iran: Change domain-fronting fake-sni for visiting 1.1.1.1 (XTLS#223)
1 parent c070b9a commit fc906ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Serverless-for-Iran/serverless_for_Iran.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub)
22
// Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs
33

4-
// Serverless for Iran v3
4+
// Serverless for Iran v4
55
// Xray-core v25.2.21+
66

77
// Bypass censorship using TCP/TLS fragment and UDP noises.

Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub)
22
// Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs
33

4-
// Serverless with MitM-Domain-Fronting for Iran v3
4+
// Serverless with MitM-Domain-Fronting for Iran v4
55
// Xray-core v25.2.21+
66

77
// Requires a self-signed-certificate: You can create it using "./xray tls cert -ca -file=mycert" command.
@@ -126,8 +126,8 @@
126126
"streamSettings": {
127127
"security": "tls",
128128
"tlsSettings": {
129-
"serverName": "www.bing.com",
130-
"verifyPeerCertInNames": ["fromMitM", "www.bing.com"],
129+
"serverName": "www.microsoft.com",
130+
"verifyPeerCertInNames": ["fromMitM", "www.microsoft.com"],
131131
"alpn": ["fromMitM"],
132132
"fingerprint": "chrome"
133133
}

0 commit comments

Comments
 (0)