mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
Update DNS seed list
This commit is contained in:
parent
454bc86479
commit
a2b6c1930d
1 changed files with 1 additions and 0 deletions
1
net.cpp
1
net.cpp
|
@ -859,6 +859,7 @@ void ThreadSocketHandler2(void* parg)
|
||||||
|
|
||||||
static const char *strDNSSeed[] = {
|
static const char *strDNSSeed[] = {
|
||||||
"bitseed.xf2.org",
|
"bitseed.xf2.org",
|
||||||
|
"bitseed.bitcoin.org.uk",
|
||||||
};
|
};
|
||||||
|
|
||||||
void DNSAddressSeed()
|
void DNSAddressSeed()
|
||||||
|
|
Loading…
Add table
Reference in a new issue