Add ability to ban ips

This commit is contained in:
Dominic Ferrando
2025-04-23 20:47:23 -04:00
parent c5453ed50a
commit 807ac94cc6
6 changed files with 126 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@ type Post struct {
ThumbPath string
IpHash string
Number int
Banned bool
}
type Admin struct {