beaugunderson / ip-address

💻 a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript
http://ip-address.js.org/
MIT License
525 stars 71 forks source link

Support IP Address + Port combinations #134

Open Nokel81 opened 3 years ago

Nokel81 commented 3 years ago

I don't know if this is out of scope of this package. But I was wondering if allowing the parting of strings of the form 1.1.1.1:81 would make sense as part of this library?