feat(main.py): add endpoint to unblock a domain and improve error handling

fix(userscript): update default port and restore 404 response interception
This commit is contained in:
pacnpal
2025-01-29 15:46:11 -05:00
parent 0d482fa33e
commit 99d8265235
4 changed files with 227 additions and 185 deletions

View File

@@ -1,4 +1,4 @@
from setuptools import setup, find_namespace_packages
from setuptools import setup, find_namespace_packages # type: ignore
if __name__ == "__main__":
try: