This commit is contained in:
Toby Chui
2025-02-03 21:10:24 +08:00
parent 07dc63a82c
commit bb2d0d5b46
2 changed files with 3 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ func (router *Router) LoadProxy(matchingDomain string) (*ProxyEndpoint, error) {
return true
}
if key == matchingDomain {
if key == strings.ToLower(matchingDomain) {
targetProxyEndpoint = v
}
return true