[#CChainParams-DNSSeeds] = xref:CChainParams.adoc[CChainParams]::DNSSeeds :relfileprefix: ../ :mrdocs: Returns the list of hostnames to look up for DNS seeds. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::string> const& DNSSeeds() const; ---- == Return Value The DNS seed hostnames. [.small]#Created with https://www.mrdocs.com[MrDocs]#