mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-02-02 18:22:41 +08:00
🚩
This commit is contained in:
parent
1cbf1c18b4
commit
b17cc2a24c
@ -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
|
Loading…
Reference in New Issue
Block a user