aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorguy <guy@cryptosphere-systems.com>2020-04-21 15:35:30 +0200
committerguy <guy@cryptosphere-systems.com>2020-04-21 15:35:30 +0200
commit79a1653a079e01f2e49963418d2d3fcc1fd44dd7 (patch)
tree5fab36a9827e9731cdee428574d56d572d077e95 /src
parentMerge pull request #6278 (diff)
downloadmonero-79a1653a079e01f2e49963418d2d3fcc1fd44dd7.tar.xz
p2p: add seed node.
Diffstat (limited to 'src')
-rw-r--r--src/p2p/net_node.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl
index 4c253b673..9ff2627d0 100644
--- a/src/p2p/net_node.inl
+++ b/src/p2p/net_node.inl
@@ -629,6 +629,7 @@ namespace nodetool
full_addrs.insert("212.83.172.165:18080");
full_addrs.insert("192.110.160.146:18080");
full_addrs.insert("88.198.163.90:18080");
+ full_addrs.insert("95.217.25.101:18080");
}
return full_addrs;
}