Clarify inbound and outbound port requirements (#5584)

This commit is contained in:
teor 2022-11-09 08:54:58 +10:00 committed by GitHub
parent 14fb175cec
commit 4c3f04eb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -178,11 +178,14 @@ defaults write com.apple.CrashReporter DialogType none
### Network Ports and Data Usage
By default, Zebra uses the following inbound TCP listener ports:
Zebra uses the following inbound and outbound TCP ports:
- 8233 on Mainnet
- 18233 on Testnet
Outbound connections are required to sync, inbound connections are optional.
Zebra also needs access to the Zcash DNS seeders, via the OS DNS resolver (usually port 53).
Zebra needs some peers which have a round-trip latency of 2 seconds or less.
If this is a problem for you, please
[open a ticket.](https://github.com/ZcashFoundation/zebra/issues/new/choose)