diff --git a/Quantumult/Outbound.conf b/Quantumult/Outbound.conf index 87066ca..e863da0 100644 --- a/Quantumult/Outbound.conf +++ b/Quantumult/Outbound.conf @@ -237,10 +237,15 @@ https://gitee.com/chavyleung/scripts/raw/master/box/chavy.boxjs.js, tag=BoxJs.ne # # 只有「hostname」中的 TLS SNI 或目标地址将被 MitM 处理。 # -# 您应该始终保护您的 CA 密码和 p12 的私密性。 +# 默认情况下,当为 HTTPS 请求启用 MitM 时,Quantumult X 会从原站点获取证书(证书会被缓存),保留大部分需要的原始证书信息,并使用 MitM 的 root CA 重新签名,这是推荐的(也是比较兼容的)MitM 证书创建方式。 +# +# 偶尔有些用户喜欢调试 HTTPS 请求,其域名不存在,所以原证书根本不存在。当参数 simple_cert_hostname 出现的时候。其 TLS SNI 名称在 simple_cert_hostname(及 hostname) 中的 HTTPS 请求将使用纯本地生成的 MitM 证书。 +# +# 注意!!!您应该始终保护您的 CA 密码和 p12 的私密性。 # ;passphrase = ;p12 = skip_validating_cert = true ;force_sni_domain_name = false +;simple_cert_hostname = non-existed-domain.com, *.non-connected-domain.com ;hostname = *.googlevideo.com \ No newline at end of file