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
}],
"Disabled": false,
"BypassGlobalTLS": true,
"AuthenticationProvider": {"AuthMethod": 0}
}

View file

@ -166,7 +166,7 @@ ZORAXY_APP
"UseStickySession": false,
"UseActiveLoadBalance": false,
"Disabled": false,
"BypassGlobalTLS": false,
"BypassGlobalTLS": true,
"VirtualDirectories": [],
"HeaderRewriteRules": {
"UserDefinedHeaders": null,