mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 23:54:22 +02:00
add DNS seednodes
This commit is contained in:
parent
cfbe952384
commit
29b55a35d3
@ -1149,7 +1149,8 @@ void MapPort()
|
|||||||
// The first name is used as information source for addrman.
|
// The first name is used as information source for addrman.
|
||||||
// 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 *strDNSSeed[][2] = {
|
static const char *strDNSSeed[][2] = {
|
||||||
{"", ""},
|
{"seed.curecoin.net", "seed.curecoin.net"},
|
||||||
|
{"seed2.curecoin.net", "seed2.curecoin.net"},
|
||||||
};
|
};
|
||||||
|
|
||||||
void ThreadDNSAddressSeed(void* parg)
|
void ThreadDNSAddressSeed(void* parg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user