implement basic whitelist add and remove functionality

This commit is contained in:
2024-10-21 19:58:19 +00:00
commit 04d4cb630b
9 changed files with 352 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
**/go.sum
**/config.json
**/db.json
dist/*