Skip to content

Commit

Permalink
Add Harcoded Seednode while setting up dnsseednode
Browse files Browse the repository at this point in the history
  • Loading branch information
JPGagnon committed Apr 20, 2014
1 parent bd2ecc5 commit 54634fb
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 @@ -1193,6 +1193,7 @@ void MapPort(bool)
// The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = {
{"qbc.io", "dnsseed.qbc.io"},
{"54.86.39.92", "54.86.39.92"},
{NULL, NULL}
};

Expand Down

0 comments on commit 54634fb

Please sign in to comment.