mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-04 10:07:27 -05:00
Add sipa's new dnsseed.
This commit is contained in:
parent
b12fc3e112
commit
61a8c0569e
1 changed files with 1 additions and 0 deletions
|
@ -1225,6 +1225,7 @@ void MapPort(bool /* unused fMapPort */)
|
||||||
static const char *strDNSSeed[] = {
|
static const char *strDNSSeed[] = {
|
||||||
"bitseed.xf2.org",
|
"bitseed.xf2.org",
|
||||||
"dnsseed.bluematt.me",
|
"dnsseed.bluematt.me",
|
||||||
|
"seed.bitcoin.sipa.be",
|
||||||
};
|
};
|
||||||
|
|
||||||
void ThreadDNSAddressSeed(void* parg)
|
void ThreadDNSAddressSeed(void* parg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue