Skip to content

Commit

Permalink
adding first DNSSeed. Clarifying the old ones as pure seednodes, as t…
Browse files Browse the repository at this point in the history
…hey arent DNSSeeds.
  • Loading branch information
yhaenggi committed Nov 9, 2014
1 parent de77946 commit f884803
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1405,8 +1405,9 @@ static const char *strI2PDNSSeed[][2] = {
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = {
{"coinpool.in", "anoncoin.dnsseed.coinpool.in"},
{"anoncoin.net", "dnsseed01.anoncoin.net"},
{"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
{NULL, NULL}
};

Expand Down

0 comments on commit f884803

Please sign in to comment.