diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-11-06 17:12:42 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-11-06 17:12:42 -0600 |
commit | 32581fb22346e729308365f2599017243d580222 (patch) | |
tree | a80e970bb2de5f6e79472f0c22a07469eb701e61 | |
parent | Merge pull request #6983 (diff) | |
parent | net_node: add tor / i2p seed nodes (diff) | |
download | monero-32581fb22346e729308365f2599017243d580222.tar.xz |
Merge pull request #6985
91f1be9 net_node: add tor / i2p seed nodes (selsta)
-rw-r--r-- | src/p2p/net_node.inl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index acd956487..bb57ef410 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -671,6 +671,10 @@ namespace nodetool full_addrs.insert("209.250.243.248:18080"); full_addrs.insert("104.238.221.81:18080"); full_addrs.insert("66.85.74.134:18080"); + full_addrs.insert("xwvz3ekocr3dkyxfkmgm2hvbpzx2ysqmaxgter7znnqrhoicygkfswid.onion:18083"); + full_addrs.insert("4pixvbejrvihnkxmduo2agsnmc3rrulrqc7s3cbwwrep6h6hrzsibeqd.onion:18083"); + full_addrs.insert("s3l6ke4ed3df466khuebb4poienoingwof7oxtbo6j4n56sghe3a.b32.i2p:18080"); + full_addrs.insert("sel36x6fibfzujwvt4hf5gxolz6kd3jpvbjqg6o3ud2xtionyl2q.b32.i2p:18080"); } return full_addrs; } |