p2p: add seed node.
This commit is contained in:
parent
9c660e159e
commit
79a1653a07
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue