lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
4.99k stars 534 forks source link

IPv6 support #255

Open maxpert opened 1 year ago

maxpert commented 1 year ago

Seems like today library only supports IPv4 and there is an explicit regex validator for transport that won't let one override IPv6 binding. Can we make changes to support IPv6 or at least have a documented work around for everyone?

lni commented 1 year ago

Will be happy to review & test PRs can bring IPv6 support. Any plan to work on that?

grobza commented 2 weeks ago

https://github.com/lni/goutils/pull/7 this seems to fix it