mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-14 01:24:13 -08:00
add blocklist file
This commit is contained in:
parent
37945aa4bc
commit
95cae1c6d0
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
internal/meshtastic/generated/*
|
internal/meshtastic/generated/*
|
||||||
website/nodes.json
|
website/nodes.json
|
||||||
|
blocklist.txt
|
||||||
|
|
|
@ -7,4 +7,5 @@ docker run --name meshobserv \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
-v /data:/data \
|
-v /data:/data \
|
||||||
-d meshobserv \
|
-d meshobserv \
|
||||||
-f /data/meshmap.net/website/nodes.json
|
-f /data/meshmap.net/website/nodes.json \
|
||||||
|
-b /data/meshmap.net/blocklist.txt
|
||||||
|
|
Loading…
Reference in a new issue