diff options
| author | Luke Dashjr <[email protected]> | 2011-12-16 18:34:47 -0500 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2011-12-16 18:34:47 -0500 |
| commit | 647734881c5c4a27357e289733fe02900cf1a70c (patch) | |
| tree | 6de439cc8197bf5c990cc22b4d744857adf675f3 /src/net.cpp | |
| parent | Add sipa's new dnsseed. (diff) | |
| download | discoin-647734881c5c4a27357e289733fe02900cf1a70c.tar.xz discoin-647734881c5c4a27357e289733fe02900cf1a70c.zip | |
Add my DNS seed domain
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index fb8955c41..50d28913e 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1226,6 +1226,7 @@ static const char *strDNSSeed[] = { "bitseed.xf2.org", "dnsseed.bluematt.me", "seed.bitcoin.sipa.be", + "dnsseed.bitcoin.dashjr.org", }; void ThreadDNSAddressSeed(void* parg) |