fix: bypass global TLS for dns subdomain (HTTP without redirect)

This commit is contained in:
Claus Lohmar 2026-07-07 11:04:12 +01:00
parent ccd362a964
commit d0f9854084
2 changed files with 2 additions and 1 deletions

View file

@ -8,5 +8,6 @@
"MaxConn": 0 "MaxConn": 0
}], }],
"Disabled": false, "Disabled": false,
"BypassGlobalTLS": true,
"AuthenticationProvider": {"AuthMethod": 0} "AuthenticationProvider": {"AuthMethod": 0}
} }

View file

@ -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,