whitequark / ipaddr.js

IP address manipulation library in JavaScript
MIT License
576 stars 92 forks source link

fix parsing of some IPv4-embedded IPv6 adresses #174

Closed Johann150 closed 8 months ago

Johann150 commented 8 months ago

fixes #171

Added tests for the specific address from the issue as well as a NAT64 address.

whitequark commented 8 months ago

Thanks!