diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-11-06 17:32:28 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-11-06 17:32:28 -0600 |
commit | 07f6ecd2276b650244e0771b2b225708390bb65c (patch) | |
tree | c11bf89f44bcf9c884d2fc4cc9ffe8a62296932c /src | |
parent | Merge pull request #6990 (diff) | |
parent | p2p: add a tor seed (diff) | |
download | monero-07f6ecd2276b650244e0771b2b225708390bb65c.tar.xz |
Merge pull request #6991
4985afd p2p: add a tor seed (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/p2p/net_node.inl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 1eb32a087..80fe2828a 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -675,6 +675,7 @@ namespace nodetool full_addrs.insert("4pixvbejrvihnkxmduo2agsnmc3rrulrqc7s3cbwwrep6h6hrzsibeqd.onion:18083"); full_addrs.insert("s3l6ke4ed3df466khuebb4poienoingwof7oxtbo6j4n56sghe3a.b32.i2p:18080"); full_addrs.insert("sel36x6fibfzujwvt4hf5gxolz6kd3jpvbjqg6o3ud2xtionyl2q.b32.i2p:18080"); + full_addrs.insert("zbjkbsxc5munw3qusl7j2hpcmikhqocdf4pqhnhtpzw5nt5jrmofptid.onion:18083"); } return full_addrs; } |