Zone sync: add .biz and .club TLDs, fix get_db_session()
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled

This commit is contained in:
2025-12-18 06:51:10 +01:00
parent 2dbd03db6d
commit 87310f4fa2

View File

@ -45,7 +45,7 @@ COMPRESS_DOMAIN_LISTS = True
# CZDS TLDs we have access to
# Note: .org is HUGE (~10M domains, 442MB gz) - requires special handling
CZDS_TLDS = ["app", "dev", "info", "online", "xyz"] # org temporarily excluded due to memory
CZDS_TLDS = ["app", "biz", "club", "dev", "info", "online", "xyz"] # org temporarily excluded due to memory
CZDS_TLDS_LARGE = ["org"] # Process separately with streaming
# Switch.ch AXFR config