IP network list management tool
Go to file
Vitaly Pashkov 90c5d5f943 Initial project upload 2016-11-21 18:49:20 +03: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
.gitignore Initial project upload 2016-11-21 18:49:20 +03:00
README.md Initial project upload 2016-11-21 18:49:20 +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.254.254.0/24 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