Listen Address

How to update default listen address for Curio service

By default, all Curio nodes bind to the address "0.0.0.0" on port "12300," ensuring that the Curio API listens on all interfaces. You can change this behavior by specifying an explicit IP address and a different port for Curio to use.

echo "CURIO_LISTEN=x.x.x.x:12301" >> /etc/curio.env

and restart the Curio service

systemctl restart curio.service

Last updated