Skip to content

Commit

Permalink
adding DNSSeed of keystroke
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaenggi committed Nov 10, 2014
1 parent d353e4b commit 4ea0247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,7 @@ static const char *strMainNetDNSSeed[][2] = {
{"coinpool.in", "anoncoin.dnsseed.coinpool.in"}, // Normal Seednode, NO DNS-SEED!
{"anoncoin.net", "dnsseed01.anoncoin.net"}, // Normal Seednode, NO DNS-SEED!
{"anoncoin.darkgamex.ch", "anc.dnsseed01.anoncoin.darkgamex.ch"}, // K1773R's DNSSeed
{"www.virtual-currency.com", "anc.dnsseed01.anoncoin.virtual-currency.com"}, // keystroke's DNSSeed
{NULL, NULL}
};

Expand Down

0 comments on commit 4ea0247

Please sign in to comment.