From ff478f3c2bb79c86a10c64f6bc57b370743eeb7c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 5 Jul 2022 00:46:23 +0200 Subject: [PATCH] Updated testnet entry points --- source/connect.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/connect.md b/source/connect.md index 1517e80..bec39c5 100644 --- a/source/connect.md +++ b/source/connect.md @@ -14,7 +14,7 @@ Just add one of the following interfaces to your Reticulum configuration file: target_port = 4965 # TCP/IP interface to the Frankfurt Hub - [[RNS Testnet Dublin]] + [[RNS Testnet Frankfurt]] type = TCPClientInterface enabled = yes target_host = frankfurt.connect.reticulum.network @@ -24,7 +24,13 @@ Just add one of the following interfaces to your Reticulum configuration file: [[RNS Testnet I2P Hub A]] type = I2PInterface enabled = yes - peers = uxg5kubabakh3jtnvsipingbr5574dle7bubvip7llfvwx2tgrua.b32.i2p + peers = mrwqlsioq4hoo2lmeeud7dkfscnm7yxak7dmiyvsrnpfag3z5tsq.b32.i2p + +# Interface to I2P Hub B + [[RNS Testnet I2P Hub B]] + type = I2PInterface + enabled = yes + peers = iwoqtz22dsr73aemwpw7guocplsjjoamyl7sogj33qtcd6ds4mza.b32.i2p ``` The testnet also contains a number of [Nomad Network](https://github.com/markqvist/nomadnet) nodes, and [LXMF](https://github.com/markqvist/lxmf) propagation nodes.