likexian / whois

Whois client for domain and ip whois information query in Go(Golang).
Apache License 2.0
382 stars 70 forks source link

Add a rule to check if IP Address is IPv4 Cidr #16

Closed steveyiyo closed 3 years ago

steveyiyo commented 3 years ago

Because the existing rules will cause IPv4 Cidr to be ignored, So add a rule to check

likexian commented 3 years ago

Sorry, your PR will not be accepted.

x.x.x.x/y is not equal to x.x.x.x, it will returns wrong results in most cases.