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:
parent
5429bc3237
commit
1c9bf5de5e
@ -1233,6 +1233,7 @@ static const char *strI2PDNSSeed[][2] = {
|
|||||||
// The second name should resolve to a list of seed addresses.
|
// The second name should resolve to a list of seed addresses.
|
||||||
static const char *strMainNetDNSSeed[][2] = {
|
static const char *strMainNetDNSSeed[][2] = {
|
||||||
{"gostco.in", "dnsseed.gostco.in"},
|
{"gostco.in", "dnsseed.gostco.in"},
|
||||||
|
{"failover", "dnsseed1.gostco.in"},
|
||||||
// {"anoncoin.net", "dnsseed01.anoncoin.net"},
|
// {"anoncoin.net", "dnsseed01.anoncoin.net"},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user