add blocklist file

This commit is contained in:
root 2024-11-09 19:41:09 +00:00
parent 37945aa4bc
commit 95cae1c6d0
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
internal/meshtastic/generated/*
website/nodes.json
blocklist.txt

View file

@ -7,4 +7,5 @@ docker run --name meshobserv \
--restart unless-stopped \
-v /data:/data \
-d meshobserv \
-f /data/meshmap.net/website/nodes.json
-f /data/meshmap.net/website/nodes.json \
-b /data/meshmap.net/blocklist.txt