修正注释说明
This commit is contained in:
parent
6f36c48146
commit
b1f567e5a9
@ -12,7 +12,7 @@
|
||||
"DomainConfigs": {
|
||||
"*.x.y.z.com": { // 域名的*表示除.之外0到多个任意字符
|
||||
"TlsSni": false, // 指示tls握手时是否发送SNI
|
||||
"TlsSniPattern": null, // SNI表达式,@domain变量表示取域名值 @ipadress变量表示取ip @random变量表示取随机值,其它字符保留不替换
|
||||
"TlsSniPattern": null, // SNI表达式,@domain变量表示取域名值 @ipaddress变量表示取ip @random变量表示取随机值,其它字符保留不替换
|
||||
"TlsIgnoreNameMismatch": false, // 是否忽略服务器证书域名不匹配,当不发送SNI时服务器可能发回域名不匹配的证书,默认为false
|
||||
"Timeout": null, // 请求超时时长,格式为"00:02:00",默认为null
|
||||
"Destination": null, // 请求目的地,格式为绝对或相对Uri,默认null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user