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