• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

ipinfo.io

IPinfo.io Map

April 24, 2021

Generate a map of your live streaming viewers by placing of your viewer’s IP into a file and then using IPInfo’s map tool.

vim ipList
54.0.0.1
54.0.0.2
54.0.0.3

vim ipList 54.0.0.1 54.0.0.2 54.0.0.3

To plot the IPs on a map, pipe them to IPinfo.io.

cat ipList | curl -XPOST --data-binary @- "ipinfo.io/map?cli=1"

cat ipList | curl -XPOST --data-binary @- "ipinfo.io/map?cli=1"

The result is a URL of the map.

Filed Under: Linux Tagged With: generate, ipinfo.io, map, plot

  • Home
  • About
  • Archives

Copyright © 2023