mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
Add a new testnet dnsseed (currently only static list, will update)
This commit is contained in:
parent
97372c2d22
commit
6a1d6e03da
@ -1153,6 +1153,7 @@ static const char *strMainNetDNSSeed[][2] = {
|
|||||||
|
|
||||||
static const char *strTestNetDNSSeed[][2] = {
|
static const char *strTestNetDNSSeed[][2] = {
|
||||||
{"bitcoin.petertodd.org", "testnet-seed.bitcoin.petertodd.org"},
|
{"bitcoin.petertodd.org", "testnet-seed.bitcoin.petertodd.org"},
|
||||||
|
{"bluematt.me", "testnet-seed.bluematt.me"},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user