diff --git a/app/chain/site.py b/app/chain/site.py index f6fd33a4..1578c549 100644 --- a/app/chain/site.py +++ b/app/chain/site.py @@ -54,6 +54,7 @@ class SiteChain(ChainBase): "m-team.cc": self.__mteam_test, "ptlsp.com": self.__indexphp_test, "1ptba.com": self.__indexphp_test, + "star-space.net": self.__indexphp_test, } def is_special_site(self, domain: str) -> bool: