This should fix #41. Essentially the match of the colon for splitting apart ip:port uses regex to only match the last occurrence of the : character to work for IPv6 peer addresses.
Also add a bit of documentation for how to ignore peers, with this you'll also be able to hide IPv6 peers because the array output will now be fixed and match properly.
This should fix #41. Essentially the match of the colon for splitting apart ip:port uses regex to only match the last occurrence of the
:
character to work for IPv6 peer addresses.Also add a bit of documentation for how to ignore peers, with this you'll also be able to hide IPv6 peers because the array output will now be fixed and match properly.