aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2011-06-30 23:42:59 +0200
committerMatt Corallo <matt@bluematt.me>2011-06-30 23:42:59 +0200
commitf03c31db82103717cb22a570efa4f4f43a088ae7 (patch)
treec521812bf208dffa4c36dd3aa9d4f2aa7640808a /src/net.cpp
parentd0d80170a2ca73004e08fb85007fe055cbf4e411 (diff)
downloadbitcoin-f03c31db82103717cb22a570efa4f4f43a088ae7.tar.xz
Add new DNSSeed dnsseed.bluematt.me.
This seed will pull a random set of 20 nodes from the network which are tested to be online instead of a static list.
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 4b13726230..f314638002 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1139,6 +1139,7 @@ void MapPort(bool fMapPort)
static const char *strDNSSeed[] = {
"bitseed.xf2.org",
"bitseed.bitcoin.org.uk",
+ "dnsseed.bluematt.me",
};
void DNSAddressSeed()