Skip to content

Commit d13f1b2

Browse files
committed
Bypass "khanacademy"
some fastly websites support domain-fronting and some not, currently domain-fronting is used for all websites behind fastly, which causes some websites to not open. if I disable domain-fronting for fastly websites, many other sites won't open. so the best way is to exclude fastly websites that do not support domain-fronting. there are many websites, but i exclude only "khanacademy" in version 6.
1 parent 5ce7f91 commit d13f1b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Xray-config/MITM-DomainFronting.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77

88

9-
"remarks": "MITM-DomainFronting_v5",
9+
"remarks": "MITM-DomainFronting_v6",
1010

1111
"version": {
1212
"min": "26.2.6"
@@ -293,7 +293,7 @@
293293
},
294294
{
295295
"outboundTag": "direct",
296-
"domain": ["domain:ir", "geosite:private", "geosite:category-ir"]
296+
"domain": ["domain:ir", "geosite:private", "geosite:category-ir", "geosite:khanacademy"]
297297
},
298298
{
299299
"outboundTag": "tls-repack-googlevideo",

0 commit comments

Comments
 (0)