Skip to content

Commit

Permalink
Included hankrules' 2 dnsseed servers
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptoslab committed Oct 14, 2014
1 parent 126bf36 commit d9fad6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,9 @@ void MapPort(bool /* unused fMapPort */)
// The second name should resolve to a list of seed addresses.
// testnet dns seed begins with 't', all else are slimcoin dns seeds.
static const char *strDNSSeed[][2] = {
{"seed", "dnsseed.slimcoinpool.com"}
{"seed", "dnsseed.slimcoinpool.com"},
{"seed", "dnsseed.furiousnomad.com"},
{"seed", "dnsseed.shitcoinrapist.club"},
};

void ThreadDNSAddressSeed(void* parg)
Expand Down

0 comments on commit d9fad6e

Please sign in to comment.