IP network list management tool
Go to file
Vitaly Pashkov f7eec8bd3f Fixing CI pipeline attempt #1 2019-10-30 11:00:40 +00:00
common Initial project upload 2016-11-21 18:49:20 +03:00
sources Initial project upload 2016-11-21 18:49:20 +03:00
targets Initial project upload 2016-11-21 18:49:20 +03:00
.drone.yml Fixing CI pipeline attempt #1 2019-10-30 11:00:40 +00:00
.gitignore Initial project upload 2016-11-21 18:49:20 +03:00
README.md Fix an error in README with wrong test source description 2016-11-21 18:58:33 +03:00
main.go Initial project upload 2016-11-21 18:49:20 +03:00

README.md

IPListget

IPListget is a network list downloader. It can download a network list from various sources and apply it at different targets. For example, it can download a list from openbl.org and put it in ipset list.

Below you will find the list of available sources and targets.

Sources:

  • antizapret - antizapret.info list of resources, blocked by Russian government
  • openbl - openbl.org blacklist of internet abusers
  • ipdeny - ipdeny.com country block lists
  • file - reads IPs from a file (one per line)
  • test - test source generating a list of 127.255.255.0/24 range for test purposes

Targets:

  • ipset - inserts networks to ipset list
  • file - writes networks to a file (one per line)
  • stdout - prints a list to stdout

More sources and targets will be added in the future. The following goals are:

  • more sources of potentially dangerous and unwanted addresses, like tor proxys
  • targets for different network devices, like routers and firewalls, especially Cisco, Juniper and Mikrotik