IntersectMBO / ouroboros-network

Specifications of network protocols and implementations of components running these protocols which support a family of Ouroboros Consesus protocols; the diffusion layer of the Cardano Node.
https://ouroboros-network.cardano.intersectmbo.org
Apache License 2.0
276 stars 86 forks source link

Add support for SRV records #2883

Open coot opened 3 years ago

coot commented 3 years ago

SRV records allow to specify ip address & port through dns queries. See.

infinisil commented 3 years ago

Fyi, I implemented very basic SRV support, on top of the ECIP-Checkpointing branch and https://github.com/input-output-hk/ouroboros-network/pull/2876, in https://github.com/input-output-hk/ouroboros-network/tree/ECIP-Checkpointing-SRV. Didn't have the chance to test it yet though.