xombra / firefox-showip

Automatically exported from code.google.com/p/firefox-showip
0 stars 0 forks source link

feature request: "static" data #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Related to the "custom display area", it would be nice to have a link to a data 
file that might export different variables for IP ranges.

The file might look like this:

192.168.0.0/24:
  dc: THIS LAN
  hoster: THIS Company
127.0.0.1:
  dc: THIS LAN
  hoster: THIS Computer

Whenever an IP matches a IP range the "dc" and "hoster" variables would gain 
the appropriate values and would be available for display.

A static/cached file would display the data instantly.
A service that takes the IP and returns the variable would make the feature 
more useful ... it may be possible to get the data from cache it it exists and 
in the background update the cached data.

Original issue reported on code.google.com by cosmin.n...@gmail.com on 10 Jun 2010 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by jan.ditt...@gmail.com on 5 Mar 2011 at 8:26