MITM-Domain-Fronting: Update config.jsonc

This commit is contained in:
RPRX 2025-02-23 13:07:42 +00:00 committed by GitHub
parent 297f694abc
commit 5c6d8980c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@
"streamSettings": { "streamSettings": {
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
// fromMitm alpn http/1.1(wss) 使alpn, v25.2+ // fromMitm alpn http/1.1(wss) 使alpn, v25.2.21+
// alpn() // alpn()
"alpn": [ "alpn": [
"fromMitm" "fromMitm"
@ -81,11 +81,11 @@
// SNI, SNI // SNI, SNI
// ip, SNI SNI // ip, SNI SNI
"serverName": "11.45.1.4", "serverName": "11.45.1.4",
// v25.2+ // v25.2.21+
// //
"verifyPeerCertInNames": [ "verifyPeerCertInNames": [
"e-hentai.org", "e-hentai.org",
// Freedom SNI // dokodemo-door SNI DNS DoH h2c hostname
"fromMitm" "fromMitm"
] ]
} }