diff --git a/docs/en/interacting/monerod-reference.md b/docs/en/interacting/monerod-reference.md index 5374ed02..1bf29987 100644 --- a/docs/en/interacting/monerod-reference.md +++ b/docs/en/interacting/monerod-reference.md @@ -201,6 +201,8 @@ The following options define how the API behaves. | `--rpc-payment-allow-free-loopback` | Allow free access from the loopback address (ie, the local host). | `--zmq-rpc-bind-ip ` | IP for ZMQ RPC server to listen on. This is not yet widely used as ZMQ interface currently does not provide meaningful advantage over classic JSON-RPC interface.

(=127.0.0.1) | `--zmq-rpc-bind-port ` | Port for ZMQ RPC server to listen on.

By default `18082` for mainnet, `38082` for stagenet, and `28082` for testnet. +| `--confirm-zmq-rpc-external-bind` | Confirm zmq-rpc-bind-ip value is NOT a loopback (local) IP +| `--restricted-zmq-rpc` | Restrict ZMQ RPC to view-only / non-sensitive methods | `--zmq-pub ` | Address for ZMQ pub - `tcp://ip:port` or `ipc://path` | `--no-zmq` | Disable ZMQ RPC server. You **should** use this option to limit attack surface and number of unnecessarily open ports (the ZMQ server is unfinished thing and you are unlikely to ever use it).