Skip to content

Commit

Permalink
Added DNS seed nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xenonflux committed Nov 20, 2017
1 parent 417e123 commit 3c4289c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1136,11 +1136,10 @@ void MapPort()
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
{"node1", "node1.seednodes.xyz"},
{"node2", "node2.seednodes.xyz"},
{"node3", "node3.seednodes.xyz"},
{"node4", "node4.seednodes.xyz"},

{"node1", "node1.seednodes.xyz"},
{"node2", "node2.seednodes.xyz"},
{"node3", "node3.seednodes.xyz"},
{"node4", "node4.seednodes.xyz"},
};

void ThreadDNSAddressSeed(void* parg)
Expand Down Expand Up @@ -1214,7 +1213,7 @@ unsigned int pnSeed[] =
0xd6a5372d,
0x4c88e2bc,
0xed52c780,
0xb4858368
0xb4858368,
};

void DumpAddresses()
Expand Down

0 comments on commit 3c4289c

Please sign in to comment.