Rename views, upgrade gravity database and bump gravity databae version (#6386)

This commit is contained in:
Dominik
2025-10-05 20:33:30 +02:00
committed by GitHub
6 changed files with 58 additions and 9 deletions

View File

@@ -854,7 +854,7 @@ gravity_Table_Count() {
fi
}
# Output count of blacklisted domains and regex filters
# Output count of denied and allowed domains and regex filters
gravity_ShowCount() {
# Here we use the table "gravity" instead of the view "vw_gravity" for speed.
# It's safe to replace it here, because right after a gravity run both will show the exactly same number of domains.