Compare commits
1 Commits
v2024.3.29
...
v2024.3.29
Author | SHA1 | Date | |
---|---|---|---|
ad907576dc |
@ -40,12 +40,13 @@ MAIN:
|
||||
logger.F("from", from),
|
||||
)
|
||||
if matches := wildcard.Match(url.String(), from); !matches {
|
||||
continue
|
||||
}
|
||||
|
||||
logger.Debug(
|
||||
ctx, "proxy's from matched",
|
||||
logger.F("from", from),
|
||||
)
|
||||
continue
|
||||
}
|
||||
|
||||
match = p
|
||||
break MAIN
|
||||
|
Reference in New Issue
Block a user