]> git.ipfire.org Git - ipfire.org.git/commit
dbl: Rename the DNS Blocklist Project to "IPFire DBL" master
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jan 2026 12:42:40 +0000 (12:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jan 2026 12:42:40 +0000 (12:42 +0000)
commit296f09e07f7e2895bc4dc7f859476781e7f4b9ae
tree5e806410dc6ed9537545a0d69d90bc433f460374
parent93487d58a230d234ff2faf2b0f3092fda70c8c43
dbl: Rename the DNS Blocklist Project to "IPFire DBL"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
19 files changed:
Makefile.am
src/backend/base.py
src/backend/dbl.py [moved from src/backend/dnsbl.py with 92% similarity]
src/templates/base.html
src/templates/dbl/index.html [moved from src/templates/dnsbl/index.html with 94% similarity]
src/templates/dbl/lists/domain.html [moved from src/templates/dnsbl/lists/domain.html with 90% similarity]
src/templates/dbl/lists/history.html [moved from src/templates/dnsbl/lists/history.html with 79% similarity]
src/templates/dbl/lists/index.html [moved from src/templates/dnsbl/lists/index.html with 74% similarity]
src/templates/dbl/lists/reports.html [moved from src/templates/dnsbl/lists/reports.html with 84% similarity]
src/templates/dbl/lists/show.html [moved from src/templates/dnsbl/lists/show.html with 84% similarity]
src/templates/dbl/lists/sources.html [moved from src/templates/dnsbl/lists/sources.html with 89% similarity]
src/templates/dbl/modules/lists.html [moved from src/templates/dnsbl/modules/lists.html with 85% similarity]
src/templates/dbl/reports/show.html [moved from src/templates/dnsbl/reports/show.html with 83% similarity]
src/templates/dbl/reports/submit.html [moved from src/templates/dnsbl/reports/submit.html with 93% similarity]
src/templates/dbl/reports/submitted.html [moved from src/templates/dnsbl/reports/submitted.html with 86% similarity]
src/templates/dbl/search.html [moved from src/templates/dnsbl/search.html with 87% similarity]
src/templates/static/sitemap.html
src/web/__init__.py
src/web/dbl.py [moved from src/web/dnsbl.py with 71% similarity]