fix: bypass global TLS for dns subdomain (HTTP without redirect)
This commit is contained in:
parent
ccd362a964
commit
d0f9854084
2 changed files with 2 additions and 1 deletions
|
|
@ -8,5 +8,6 @@
|
|||
"MaxConn": 0
|
||||
}],
|
||||
"Disabled": false,
|
||||
"BypassGlobalTLS": true,
|
||||
"AuthenticationProvider": {"AuthMethod": 0}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ ZORAXY_APP
|
|||
"UseStickySession": false,
|
||||
"UseActiveLoadBalance": false,
|
||||
"Disabled": false,
|
||||
"BypassGlobalTLS": false,
|
||||
"BypassGlobalTLS": true,
|
||||
"VirtualDirectories": [],
|
||||
"HeaderRewriteRules": {
|
||||
"UserDefinedHeaders": null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue