diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-28 13:45:30 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-28 13:45:30 +0100 |
commit | 947973982d3e9876e1bee8534e63a8ffcd6c0d8d (patch) | |
tree | 83dfd0d395654fc7427ad9ce1f1ee874505163e0 /doc/book/reference-manual/configuration.md | |
parent | dc995059aa63b06013dd482854a0019fa21e48c3 (diff) | |
download | garage-947973982d3e9876e1bee8534e63a8ffcd6c0d8d.tar.gz garage-947973982d3e9876e1bee8534e63a8ffcd6c0d8d.zip |
[doc-dedup] fix #rpc_bind_outgoing anchor in config page
Diffstat (limited to 'doc/book/reference-manual/configuration.md')
-rw-r--r-- | doc/book/reference-manual/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/reference-manual/configuration.md b/doc/book/reference-manual/configuration.md index f1474613..af66c4b8 100644 --- a/doc/book/reference-manual/configuration.md +++ b/doc/book/reference-manual/configuration.md @@ -417,7 +417,7 @@ the node, even in the case of a NAT: the NAT should be configured to forward the port number to the same internal port nubmer. This means that if you have several nodes running behind a NAT, they should each use a different RPC port number. -#### `rpc_bind_outgoing` {#rpc_bind_outgoing} (since v0.9.2) +#### `rpc_bind_outgoing`(since v0.9.2) {#rpc_bind_outgoing} If enabled, pre-bind all sockets for outgoing connections to the same IP address used for listening (the IP address specified in `rpc_bind_addr`) before |