Skip to content

Commit

Permalink
Added 3x.ro free hosting service
Browse files Browse the repository at this point in the history
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 <44526987+spirillen@users.noreply.github.com>
  • Loading branch information
spirillen authored Nov 18, 2024
1 parent 93de509 commit 448e441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyFunceble/checker/availability/extras/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
(self.switch_to_down_if_status_code, {410, 424}),
],
r"\.24\.eu$": [(self.switch_to_down_if_status_code, 503)],
r"\.3x\.ro$": [(self.switch_to_down_if_status_code, 404)],
r"\.altervista\.org$": [(self.switch_to_down_if_status_code, 403)],
r"\.angelfire\.com$": [(self.switch_to_down_if_status_code, 404)],
r"\.blogspot\.": [self.handle_blogspot],
Expand Down

0 comments on commit 448e441

Please sign in to comment.