mirror of https://github.com/status-im/consul.git
Update documentation - add Network Ports.
Update security.html.markdown add section on Network Port usage. TODO: add Atlas port usage.
This commit is contained in:
parent
05bc9149a5
commit
5026a40ec1
|
@ -53,3 +53,11 @@ When designing security into a system you design it to fit the threat model.
|
|||
Our goal is not to protect top secret data but to provide a "reasonable"
|
||||
level of security that would require an attacker to commit a considerable
|
||||
amount of resources to defeat.
|
||||
|
||||
## Network Ports
|
||||
|
||||
Consul uses the following ports on the network:
|
||||
* TCP 8300 (RPC - LAN & WAN)
|
||||
* TCP & UDP 8301 (LAN GOSSIP)
|
||||
* TCP & UDP 8302 (WAN GOSSIP)
|
||||
* TCP 8500 (WEBUI - not enabled by default)
|
||||
|
|
Loading…
Reference in New Issue