Merge pull request #2224 from hashicorp/jbs-faq-ports

Network ports
This commit is contained in:
James Phillips 2016-07-29 11:46:39 -07:00 committed by GitHub
commit cf9eeec223
1 changed files with 4 additions and 0 deletions

View File

@ -78,3 +78,7 @@ read and compute the delta client side.
By design, Consul offloads this to clients instead of attempting to support
the delta calculation. This avoids expensive state maintenance on the servers
as well as race conditions between data updates and watch registrations.
## Q: What network ports does Consul use?
The [Ports Used](https://www.consul.io/docs/agent/options.html#ports) section of the Configuration documentation lists all ports that Consul uses.