Add private IP address known issue to README (#6783)
This commit is contained in:
parent
edc13e336c
commit
7b6cceeb45
|
@ -149,6 +149,8 @@ section of the Zebra book for more details.
|
|||
|
||||
There are a few bugs in Zebra that we're still working on fixing:
|
||||
|
||||
- Zebra currently gossips and connects to [private IP addresses](https://en.wikipedia.org/wiki/IP_address#Private_addresses), we want to [disable private IPs but provide a config (#3117)](https://github.com/ZcashFoundation/zebra/issues/3117) in an upcoming release
|
||||
|
||||
- If Zebra fails downloading the Zcash parameters, use [the Zcash parameters download script](https://github.com/zcash/zcash/blob/master/zcutil/fetch-params.sh) instead.
|
||||
|
||||
- Block download and verification sometimes times out during Zebra's initial sync [#5709](https://github.com/ZcashFoundation/zebra/issues/5709). The full sync still finishes reasonably quickly.
|
||||
|
|
Loading…
Reference in New Issue