It seems that ubicd is currently (v0.5.0) listening on IPv4 only. If the daemon were also listening on IPv6, it would be much easier to run a public facing node.
On Linux, listening on IPv6 (i.e., [::] instead of 0.0.0.0) will also allow incoming IPv4 connections.
It seems that
ubicdis currently (v0.5.0) listening on IPv4 only. If the daemon were also listening on IPv6, it would be much easier to run a public facing node.On Linux, listening on IPv6 (i.e.,
[::]instead of0.0.0.0) will also allow incoming IPv4 connections.