1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 16:34:29 +00:00

failover seed for clearnet

This commit is contained in:
orignal 2017-09-04 20:37:59 -04:00
parent 5429bc3237
commit 1c9bf5de5e

View File

@ -1233,6 +1233,7 @@ static const char *strI2PDNSSeed[][2] = {
// The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = {
{"gostco.in", "dnsseed.gostco.in"},
{"failover", "dnsseed1.gostco.in"},
// {"anoncoin.net", "dnsseed01.anoncoin.net"},
{NULL, NULL}
};