[bunkr] Add support for more domains
Supported domains added: - https://bunkr.ci - https://bunkrrr.org
This commit is contained in:
@@ -13,7 +13,7 @@ from .. import text
|
|||||||
|
|
||||||
BASE_PATTERN = (
|
BASE_PATTERN = (
|
||||||
r"(?:https?://)?(?:app\.)?(bunkr+"
|
r"(?:https?://)?(?:app\.)?(bunkr+"
|
||||||
r"\.(?:s[kiu]|fi|ru|la|is|to|ac|black|cat|media|red|site|ws))"
|
r"\.(?:[cs][kiu]|fi|ru|la|is|to|ac|black|cat|media|red|site|ws|org))"
|
||||||
)
|
)
|
||||||
|
|
||||||
LEGACY_DOMAINS = {
|
LEGACY_DOMAINS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user