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