mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Merge pull request #367 from TheBlueMatt/dnsseed
Add new DNSSeed dnsseed.bluematt.me.
This commit is contained in:
commit
44d16327c1
1 changed files with 1 additions and 0 deletions
|
@ -1139,6 +1139,7 @@ void MapPort(bool fMapPort)
|
|||
static const char *strDNSSeed[] = {
|
||||
"bitseed.xf2.org",
|
||||
"bitseed.bitcoin.org.uk",
|
||||
"dnsseed.bluematt.me",
|
||||
};
|
||||
|
||||
void DNSAddressSeed()
|
||||
|
|
Loading…
Reference in a new issue