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