hidden files, allow ips

This commit is contained in:
Q
2024-01-14 09:25:24 +02:00
parent 10ba7ef02b
commit 4eab9a34cd
6 changed files with 155 additions and 69 deletions

View File

@@ -9,7 +9,9 @@ CREATE TABLE IF NOT EXISTS files (
expires integer NOT NULL,
downloads integer NOT NULL,
max_downloads integer NOT NULL,
passhash text
passhash text,
allowed_ip text,
hidden boolean
);
EOF