massa
massa copied to clipboard
Base_config/config.toml - need ipv6 listen on port 33035
For ipv6 nodes, in the base_config/config.toml, the monitoring service only listen on ipv4 address for the 33035 port.
@rykcod what is the monitoring service ?
Hi Aurélien,
In the massa-node/base_config/config.toml # port on which the node API listens for public requests. Can be exposed to the Internet. bind_public = "0.0.0.0:33035"
Its result, this service isn't listening on ipv6
Done in https://github.com/massalabs/massa/pull/3463