Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for local file list of IP ranges #4

Closed
0xdade opened this issue Feb 16, 2020 · 0 comments
Closed

Support for local file list of IP ranges #4

0xdade opened this issue Feb 16, 2020 · 0 comments
Labels
Provider Support Requesting support for a particular provider

Comments

@0xdade
Copy link
Owner

0xdade commented Feb 16, 2020

It's likely that we'll want to be able to also include blocks for various things that aren't just cloud providers. Things like security companies, or whatever else. Example list: https://gist.github.com/curi0usJack/971385e8334e189d93a6cb4671238b10

Add in a flag that uses a local file as the list of ranges. Probably in a simple format:

127.0.0.1/8, Some comment

or maybe a simple json format so that it doesn't require it's own parsing, but then adding things to the list is a heavier task.

{
    "range": "127.0.0.1/8",
    "comment": "Some comment"
}
@0xdade 0xdade added the Provider Support Requesting support for a particular provider label Feb 16, 2020
@0xdade 0xdade closed this as completed in 3c423e1 Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Provider Support Requesting support for a particular provider
Projects
None yet
Development

No branches or pull requests

1 participant