bump map_server to latest master

This commit is contained in:
t3chn0m4g3
2022-02-14 00:30:18 +00:00
parent 7e0b964ca5
commit 264120c751
3 changed files with 6 additions and 2 deletions

3
docker/elk/map/dist/entrypoint.sh vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/ash
sed -i "s/var hqLatLng = new L.LatLng(52.3058, 4.932);/var hqLatLng = new L.LatLng($MY_EXTIP_LAT, $MY_EXTIP_LONG);/g" /opt/geoip-attack-map/static/map.js
#sed -i "s/fillOpacity: 1,/fillOpacity: 0.5,/g" /opt/geoip-attack-map/static/map.js