feat: hostname filtering

This commit is contained in:
Alexandre Teles
2023-11-20 23:45:55 -03:00
committed by Alexandre Teles (afterSt0rm)
parent 5bdf661555
commit 5482d9c442
2 changed files with 19 additions and 5 deletions

View File

@@ -2,6 +2,12 @@
backend: str = "github"
redis: dict[str, str | int] = {"host": "localhost", "port": 6379}
hostnames: list[str] = [
"api.revanced.app",
"deimos.revanced.app",
"localhost:8000",
"127.0.0.1:8000",
]
# GitHub Backend Configuration