I'm attempting to get IPv6 working with Golang net.Listen() however I keep getting the following error:
listen tcp [xxxx::xxx:xxxx:fe4f:7e0b]:9443: bind: invalid argument
Code:
s.Listener, err = net.Listen("tcp", config.LocalNode().IP+":"+config.LocalNode().Port)
Any ideas why I'm running into this problem? IPv4 seems to work np