MITM: More tip

This commit is contained in:
风扇滑翔翼 2025-02-05 00:39:38 +08:00 committed by GitHub
parent 2af21bbd5b
commit ec8cd116ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
"protocol": "dokodemo-door", "protocol": "dokodemo-door",
"settings": { "settings": {
"network": "tcp", "network": "tcp",
// TLS SNI
"followRedirect": true "followRedirect": true
}, },
"streamSettings": { "streamSettings": {
@ -79,7 +80,8 @@
// SNI, SNI // SNI, SNI
// ip, SNI SNI // ip, SNI SNI
"serverName": "11.45.1.4", "serverName": "11.45.1.4",
// utls utls // utls
// utls
"serverNameToVerify": "e-hentai.org" "serverNameToVerify": "e-hentai.org"
} }
} }
@ -97,6 +99,12 @@
"inboundTag": [ "inboundTag": [
"tls-decrypt" "tls-decrypt"
], ],
// tls-repark (IPSNI),
// freedom HTTPS
// tls-decrypt followRedirect,
"domain": [
"e-hentai.org"
],
"outboundTag": "tls-repack" "outboundTag": "tls-repack"
}, },
{ {