Skip to content

Commit

Permalink
Merge pull request #170 from EquilibriaCC/add-more-seed-nodes
Browse files Browse the repository at this point in the history
Add more seed nodes
  • Loading branch information
fmackenzie authored Nov 4, 2024
2 parents f016fb3 + 76b3b09 commit fc3bc7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,11 @@ namespace nodetool
}
else
{
full_addrs.insert("158.220.116.207:9230"); // eu central
full_addrs.insert("207.244.246.19:9230"); // us central
full_addrs.insert("158.220.116.207:9230"); // eu-central-1
full_addrs.insert("84.247.131.112:9230"); // eu-central-2
full_addrs.insert("207.244.246.19:9230"); // us-central-1
full_addrs.insert("62.146.181.0:9230"); // us-central-2
full_addrs.insert("46.250.241.236:9230"); // au-east-1
}
return full_addrs;
}
Expand Down

0 comments on commit fc3bc7b

Please sign in to comment.