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
|
"MaxConn": 0
|
||||||
}],
|
}],
|
||||||
"Disabled": false,
|
"Disabled": false,
|
||||||
|
"BypassGlobalTLS": true,
|
||||||
"AuthenticationProvider": {"AuthMethod": 0}
|
"AuthenticationProvider": {"AuthMethod": 0}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,7 @@ ZORAXY_APP
|
||||||
"UseStickySession": false,
|
"UseStickySession": false,
|
||||||
"UseActiveLoadBalance": false,
|
"UseActiveLoadBalance": false,
|
||||||
"Disabled": false,
|
"Disabled": false,
|
||||||
"BypassGlobalTLS": false,
|
"BypassGlobalTLS": true,
|
||||||
"VirtualDirectories": [],
|
"VirtualDirectories": [],
|
||||||
"HeaderRewriteRules": {
|
"HeaderRewriteRules": {
|
||||||
"UserDefinedHeaders": null,
|
"UserDefinedHeaders": null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue