abracadaniel / cardano-pool-docker

Docker container for setting up and running a Cardano Stake Pool
164 stars 62 forks source link

inject custom peers on client side, not through customPeers request param #68

Closed robinboening closed 11 months ago

robinboening commented 1 year ago

customPeers has been used to inject your local nodes into the topology list retrieved by clio API. It becomes a security concern when the relay connects to the block producer through a public IP as it exposes that IP to clio API (block producing IP is considered sensitive information).