mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-06 16:49:11 +03:00
Add IP banning
This commit is contained in:
@@ -32,6 +32,10 @@ CREATE TABLE IF NOT EXISTS "categoryVotes" (
|
||||
"votes" INTEGER NOT NULL default 0
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "shadowBannedIPs" (
|
||||
"hashedIP" TEXT NOT NULL PRIMARY KEY
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "config" (
|
||||
"key" TEXT NOT NULL UNIQUE,
|
||||
"value" TEXT NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user