Development

This commit is contained in:
Matthew Grotke 2026-06-05 23:35:13 -04:00
parent 82df24f294
commit 6cfb070b7f
3 changed files with 4 additions and 4 deletions

View file

@ -73,7 +73,7 @@ def ipv4_or_cidr(value):
except ValueError:
pass
try:
ipaddress.IPv4Network(v, strict=False)
ipaddress.IPv4Network(v, strict=True)
return v
except ValueError:
return ''