Skip to content

Commit

Permalink
Updated DNS seed
Browse files Browse the repository at this point in the history
  • Loading branch information
testzcrypto committed May 28, 2014
1 parent 4bcaa44 commit f681c88
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1205,13 +1205,21 @@ void MapPort(bool)
// 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] = {
{"96.43.130.251", "96.43.130.251"},
{"91.121.8.23", "91.121.8.23"},
{"62.210.151.205", "62.210.151.205"},
{"222.78.67.174", "222.78.67.174"},
{"5.9.158.79", "5.9.158.79"},
{"186.237.174.48", "186.237.174.48"},
{"82.117.232.30", "82.117.232.30"},

{"151.236.22.84", "151.236.22.84"},
{"158.255.208.40", "158.255.208.40"},
{"151.236.15.106", "151.236.15.106"},
{"91.121.8.23", "91.121.8.23"},
{"213.183.56.176", "213.183.56.176"},
{"151.236.13.37", "151.236.13.37"},
{"115.29.49.156", "115.29.49.156"},
{"213.183.56.176", "213.183.56.176"},
{"151.236.13.37", "151.236.13.37"},
{"115.29.49.156", "115.29.49.156"},
{NULL, NULL}
};

Expand Down

0 comments on commit f681c88

Please sign in to comment.