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

ipverse new link structure #31

Open
frankofno opened this issue Apr 2, 2022 · 0 comments
Open

ipverse new link structure #31

frankofno opened this issue Apr 2, 2022 · 0 comments

Comments

@frankofno
Copy link

line 428-430 must be updated from

OLD

                    provider_url = 'http://ipverse.net/ipblocks/data/countries/{}.zone'
                else:
                    provider_url = 'http://ipverse.net/ipblocks/data/countries/{}-ipv6.zone'`

NEW

                    provider_url = 'https://raw.githubusercontent.com/ipverse/rir-ip/master/country/{}/ipv4-aggregated.txt'
                else:
                    provider_url = 'https://raw.githubusercontent.com/ipverse/rir-ip/master/country/{}/ipv6-aggregated.txt'
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

1 participant