config: Add private peer id /net_info expose information in default config (#6490)

Should give a warning in config until this is below issue is resolved
Related to https://github.com/tendermint/tendermint/issues/3055
This commit is contained in:
Orkun Külçe
2021-05-26 17:59:59 +03:00
committed by GitHub
parent 6b353df567
commit 68f4a210d3

View File

@@ -341,6 +341,7 @@ recv-rate = {{ .P2P.RecvRate }}
pex = {{ .P2P.PexReactor }}
# Comma separated list of peer IDs to keep private (will not be gossiped to other peers)
# Warning: IPs will be exposed at /net_info, for more information https://github.com/tendermint/tendermint/issues/3055
private-peer-ids = "{{ .P2P.PrivatePeerIDs }}"
# Toggle to disable guard against peers connecting from the same ip.