jdresolve
jdresolve copied to clipboard
IPv6 basic support
This patch correct a few issues already found elsewhere and introduce basic version of ipv6 address resolution.
Yves thanks for the PR. I hadn't touched this project in many years but am merging the PR's now, will check yours next.
I merged form upstream to resolve conflicts. There might be extra work to do based on the previous PR for the ipmask regex (that I replaced by the ipv4/ipv6 ones from Regexp::Common, I kept in my earlier version the simpler one as the filtering of bad values was already done).