Skip to content

Commit

Permalink
Remove reserved IANA 198.97.38.0/24 #315
Browse files Browse the repository at this point in the history
  • Loading branch information
secynic committed Oct 13, 2024
1 parent 925cf6b commit 83179c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ipwhois/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,6 @@ def ipv4_is_defined(address):

return results(True, 'Private-Use Networks', 'RFC 1918')

# New IANA Reserved
# TODO: Someone needs to find the RFC for this
elif query_ip in IPv4Network('198.97.38.0/24'):

return results(True, 'IANA Reserved', '')

return results(False, '', '')


Expand Down

0 comments on commit 83179c2

Please sign in to comment.