diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-05 01:40:55 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-04-15 14:34:17 +0200 |
commit | 2f320ed21eba25fac0da4570949ce222f1410447 (patch) | |
tree | 7df97b32b2c18424b96369094aa788655900110c /schema.sql | |
parent | 8875d16a5d50541f1b0b914e0b9666fe4c2b26a8 (diff) | |
download | server-2f320ed21eba25fac0da4570949ce222f1410447.tar.gz |
Drop IP blacklist. Just use iptables instead.
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 -- |