mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-11-16 05:44:04 +01:00
Fixed #507
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user