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

misses IPv6 #3

Open
berthubert opened this issue Aug 22, 2022 · 1 comment
Open

misses IPv6 #3

berthubert opened this issue Aug 22, 2022 · 1 comment

Comments

@berthubert
Copy link
Owner

Should also include the IPv6 ranges - they are in the goog.json file.

@giggls
Copy link

giggls commented Aug 22, 2022

This command will generate goog-prefixes.txt including them:

jq '.prefixes[].ipv4Prefix,.prefixes[].ipv6Prefix | select(. != null)' goog.json |sed -e 's/"//g' >goog-prefixes.txt

Seems to work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants