interface DNSVisitor
Reads ENR (Ethereum Node Records) entries passed in from DNS.
The visitor may decide to stop the visit by returning false.
Visit a new ENR record.
abstract fun visit(enr: EthereumNodeRecord): Boolean