pogzyb / asyncwhois

Python WHOIS and RDAP utility for querying and parsing information about Domains, IPv4s, IPv6s, and AS numbers
MIT License
63 stars 18 forks source link

Ipv4 allocation update #79

Closed Anvil closed 6 months ago

Anvil commented 6 months ago

Hello again!

So while trying to solve my own issue with asyncwhois incomplete IPv4 allocations list (#78), I've made a small tool to retrieve the data from iana and produce the structure currently used by asyncwhois.

Here's what I did:

pogzyb commented 6 months ago

This is great! I really appreciate your contribution.

Modified the servers.py a bit to receive the new file. The point was to separate the code from the generated data. It would not any good to mix up the two files, I think.

I like this approach and I'll probably reuse your same method for auto-generating the domains root db too.

Thanks again