mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Fix some typos
Correct some words spelling for reading more easily.
This commit is contained in:
@@ -312,7 +312,7 @@ NOTE: The advertise address should really result in a connection to srvC. Provid
|
||||
As part of the gossip protocol, a server will also send to the other servers the URL clients should connect to.<br>
|
||||
The URL is the one defined in the `listen` parameter, or, if 0.0.0.0 or :: is specified, the resolved non-local IP addresses for the "any" interface.
|
||||
|
||||
If those addresses are not reacheable from the outside world where the clients are running, the administrator can use the `--no_advertise` option to disable servers gossiping those URLs.<br>
|
||||
If those addresses are not reachable from the outside world where the clients are running, the administrator can use the `--no_advertise` option to disable servers gossiping those URLs.<br>
|
||||
Another option is to provide a `--client_advertise` URL to use instead. If this option is specified (and advertise has not been disabled), then the server will advertise this URL to other servers instead of its `listen` address (or resolved IPs when listen is 0.0.0.0 or ::).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user