Config node option rpc enable control false
In the config-rpc.toml
file, you can disable the control commands again by setting enable_control
back to false.
# Enable or disable control-level requests.
# WARNING: Enabling this gives anyone with RPC access the ability to stop the node and access wallet funds.
# type:bool
enable_control = false