iput
iput copied to clipboard
IPv6 support
Can you also try implementing for IPv6 addresses?
It's not easy to compat because there has many writing format with ipv6, such as ffff::1, ffff::1:192.168.1.1, 0::1%1.
I think it's better to use a simple input with ipv6 validation on blur. Do you have any good idea about it?