We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firstly, thanks for doing this!
Few questions
Did you resolve the issue of merging ranges?
Are you open to some contribs for additional providers?
What are your thoughts on reordering the merged txt file to be slightly cleaner for human eyes
E.g. Current
13.107.9.0/24 13.64.0.0/12
Proposed
13.64.0.0/12 13.107.9.0/24
Are you open to an extra JSON approach for the "all merged" files that includes the provider name?
I'm looking at utilising this in an open source Laravel Package, so it'd be good to be able to contribute a few sources. You happy with that?
The text was updated successfully, but these errors were encountered:
@lrljoe, I apologize for such a late reply! For some reason I don't get notifications from this repository.
Q1: The ranges are merging using a script, but I'm not sure if this is the optimal way.
Q2: Yes, of course. If you have something to suggest - send PRs (preferably 1 provider = 1 PR)
Q3: I think this is easily done by changing the arguments for the sort command in each downloader + merge. Right now only -h is used
sort
-h
Q4: What's it for? It seems easy enough to convert to json from txt files on your own.
Q5: Which ones sources are we talking about? I don't mind if the ranges from this repository are used wherever needed.
Sorry, something went wrong.
@lrljoe ,
Q3: will be corrected after e34eb66
No branches or pull requests
Firstly, thanks for doing this!
Few questions
Q1
Did you resolve the issue of merging ranges?
Q2
Are you open to some contribs for additional providers?
Q3
What are your thoughts on reordering the merged txt file to be slightly cleaner for human eyes
E.g.
Current
Proposed
Q4
Are you open to an extra JSON approach for the "all merged" files that includes the provider name?
Q5
I'm looking at utilising this in an open source Laravel Package, so it'd be good to be able to contribute a few sources. You happy with that?
The text was updated successfully, but these errors were encountered: