lavalamp- / ipv666

Golang IPv6 address enumeration
BSD 2-Clause "Simplified" License
355 stars 50 forks source link

Add functionality to cycle blacklisted networks out #69

Open lavalamp- opened 5 years ago

lavalamp- commented 5 years ago

As of now, networks, once placed in the blacklist, are in there forever. As new networks are provisioned this might not make sense as once-blacklisted networks might now be valid. Add logic to cycle out blacklist members based on TTL.

lavalamp- commented 5 years ago

This may necessitate keeping track of all blacklists so that we don't lose information.