mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Some breath
This commit is contained in:
parent
c098720a41
commit
2b6bb395ca
@ -288,16 +288,21 @@ definitions support being updated during a reload.
|
|||||||
|
|
||||||
* `TCP:8300` Server RPC port. Used to bootstrap agents and replicate data.
|
* `TCP:8300` Server RPC port. Used to bootstrap agents and replicate data.
|
||||||
Should be open between agents.
|
Should be open between agents.
|
||||||
|
|
||||||
* `TCP+UDP:8301` Serf LAN port. Used by the gossip protocol. Should be opened
|
* `TCP+UDP:8301` Serf LAN port. Used by the gossip protocol. Should be opened
|
||||||
to all other agents on the same LAN.
|
to all other agents on the same LAN.
|
||||||
|
|
||||||
* `TCP+UDP:8302` Serf WAN port. Used by the gossip protocol. Should be opened
|
* `TCP+UDP:8302` Serf WAN port. Used by the gossip protocol. Should be opened
|
||||||
to all other agents on the same WAN.
|
to all other agents on the same WAN.
|
||||||
|
|
||||||
* `TCP:8400` Used by the RPC endpoint, which is also used by the CLI. Should be
|
* `TCP:8400` Used by the RPC endpoint, which is also used by the CLI. Should be
|
||||||
opened to localhost only to serve your local CLI. Also needs to be opened to
|
opened to localhost only to serve your local CLI. Also needs to be opened to
|
||||||
any client doing RPC requests against this agent.
|
any client doing RPC requests against this agent.
|
||||||
|
|
||||||
* `TCP:8500` Used by the HTTP api. Should be opened to localhost only to
|
* `TCP:8500` Used by the HTTP api. Should be opened to localhost only to
|
||||||
serve your local requests. Also needs to be opened to any client doing api
|
serve your local requests. Also needs to be opened to any client doing api
|
||||||
requests against this agent.
|
requests against this agent.
|
||||||
|
|
||||||
* `TCP+UDP:8600` Used by the DNS server. Should be opened to localhost only to
|
* `TCP+UDP:8600` Used by the DNS server. Should be opened to localhost only to
|
||||||
serve your local requests. Also needs to be opened to any client doing DNS
|
serve your local requests. Also needs to be opened to any client doing DNS
|
||||||
queries against this agent.
|
queries against this agent.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user