From 68f4a210d3541749ddc67944e329ac6ed8287cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orkun=20K=C3=BCl=C3=A7e?= Date: Wed, 26 May 2021 17:59:59 +0300 Subject: [PATCH] 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 --- config/toml.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/toml.go b/config/toml.go index 709882462..5e9765971 100644 --- a/config/toml.go +++ b/config/toml.go @@ -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.