Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 586 Bytes

Karbo nodes map

Visualizes KRB nodes and master nodes on the map.

How to run

install and run freegeoip

cd ~
wget https://github.com/fiorix/freegeoip/releases/download/v3.4.1/freegeoip-3.4.1-linux-amd64.tar.gz
tar xvfz freegeoip-3.4.1-linux-amd64.tar.gz
cd freegeoip-3.4.1-linux-amd64
chmod +x freegeoip
./freegeoip --cors-origin "<SITE>" --quota-max 0

and run npm i sudo node app.js Open localhost:8081.

It's caching nodes' ips every 24 hrs into memory

image