Skip to content

Commit

Permalink
Merge pull request #15 from do0ds/patch-13
Browse files Browse the repository at this point in the history
Added some DNS entries to seed nodes
  • Loading branch information
1blockologist authored Feb 6, 2018
2 parents 70ffd3f + 1deff67 commit 0e0ebb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,8 @@ 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] = {
{"sync.seeds.pareto.network", "sync.seeds.pareto.network"},
{"syncnodes.smokeinfusion.com", "syncnodes.smokeinfusion.com"},
{"162.212.156.17", "162.212.156.17"},
{"104.51.124.217", "104.51.124.217"},
{"195.154.163.121", "195.154.163.121"},
Expand Down

0 comments on commit 0e0ebb8

Please sign in to comment.