mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-02 09:06:01 +00:00
Adding new DNS seeds
This commit is contained in:
parent
04924bd07b
commit
c8cb321a33
@ -1194,6 +1194,8 @@ void MapPort(bool)
|
||||
// The second name should resolve to a list of seed addresses.
|
||||
static const char *strMainNetDNSSeed[][2] = {
|
||||
{"dogecoin.com", "seed.dogecoin.com"},
|
||||
{"mophides.com", "seed.mophides.com"},
|
||||
{"dglibrary.org", "seed.dglibrary.org"}
|
||||
// {"dogecoinpool.org", "dnsseed.dogecoinpool.org"},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user