mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
p2p: add seed node.
This commit is contained in:
parent
9c660e159e
commit
79a1653a07
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@ namespace nodetool
|
||||||
full_addrs.insert("212.83.172.165:18080");
|
full_addrs.insert("212.83.172.165:18080");
|
||||||
full_addrs.insert("192.110.160.146:18080");
|
full_addrs.insert("192.110.160.146:18080");
|
||||||
full_addrs.insert("88.198.163.90:18080");
|
full_addrs.insert("88.198.163.90:18080");
|
||||||
|
full_addrs.insert("95.217.25.101:18080");
|
||||||
}
|
}
|
||||||
return full_addrs;
|
return full_addrs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue