Skip to content

Commit edc4324

Browse files
spirillenfunilrys
authored andcommitted
Added 3x.ro free hosting service
3x.ro is a free hosting service in Romania, And with plenty of FP's out there in various blacklist projects Signed-off-by: spirillen <[email protected]>
1 parent 35fb0af commit edc4324

File tree

1 file changed

+1
-0
lines changed
  • PyFunceble/checker/availability/extras

1 file changed

+1
-0
lines changed

PyFunceble/checker/availability/extras/rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
8181
(self.switch_to_down_if_status_code, {410, 424}),
8282
],
8383
r"\.24\.eu$": [(self.switch_to_down_if_status_code, 503)],
84+
r"\.3x\.ro$": [(self.switch_to_down_if_status_code, 404)],
8485
r"\.altervista\.org$": [(self.switch_to_down_if_status_code, 403)],
8586
r"\.angelfire\.com$": [(self.switch_to_down_if_status_code, 404)],
8687
r"\.blogspot\.": [self.handle_blogspot],

0 commit comments

Comments
 (0)