Browse Source

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
pull/6496/head
Orkun Külçe 4 years ago
committed by GitHub
parent
commit
68f4a210d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/toml.go

+ 1
- 0
config/toml.go 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.


Loading…
Cancel
Save