From 2f320ed21eba25fac0da4570949ce222f1410447 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 5 Apr 2022 01:40:55 +0200 Subject: Drop IP blacklist. Just use iptables instead. --- schema.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'schema.sql') diff --git a/schema.sql b/schema.sql index 4967797..735fa93 100644 --- a/schema.sql +++ b/schema.sql @@ -1,6 +1,5 @@ -- Blacklists -- -create table if not exists blacklist_ip ( ip text primary key ) without rowid; create table if not exists blacklist_mail ( mail text primary key ) without rowid; -- Titles -- -- cgit v1.2.3