feat(kldscp): additional supported domains

This commit is contained in:
Iain Learmonth 2026-06-18 16:05:20 +01:00
parent fc8183d464
commit 71b478a2e2

View file

@ -4,6 +4,7 @@ import requests
KLDSCP_SUPPORTED_ORIGINS = [ KLDSCP_SUPPORTED_ORIGINS = [
"amnezia.org", "amnezia.org",
"belsat.eu",
"doxa.team", "doxa.team",
"holod.media", "holod.media",
"memorialcenter.org", "memorialcenter.org",
@ -12,6 +13,9 @@ KLDSCP_SUPPORTED_ORIGINS = [
"semnasem.org", "semnasem.org",
"theins.ru", "theins.ru",
"thenewtab.io", "thenewtab.io",
"thenewtab.support",
"vot-tak.tv",
"vpnpay.io",
"zaodno.org", "zaodno.org",
] ]