Open hsbt opened 4 months ago
it also has to reject invalid addresses that IPAddr rejects.
Maybe this is not a strict requirement because it silently ignores any malformed address and returns false.
@knu Thanks, I also agree your comment. I added only simple IPv4 and IPv6 pattern. I keep open this until another idea will be available.
I want to reduce across stdlib dependencies. I remove
IPAddr
and rewrite that to rough bit operation.