Updated readme

This commit is contained in:
Mark Qvist 2023-05-05 11:09:12 +02:00
parent dcf33e125b
commit 599ab20ed0

View File

@ -227,31 +227,25 @@ I2P. Just add one of the following interfaces to your Reticulum configuration
file: file:
``` ```
# TCP/IP interface to the Dublin Hub # TCP/IP interface to the RNS Dublin Hub
[[RNS Testnet Dublin]] [[RNS Testnet Dublin]]
type = TCPClientInterface type = TCPClientInterface
enabled = yes enabled = yes
target_host = dublin.connect.reticulum.network target_host = dublin.connect.reticulum.network
target_port = 4965 target_port = 4965
# TCP/IP interface to the Frankfurt Hub # TCP/IP interface to betweentheborders.com hub (community provided)
[[RNS Testnet Frankfurt]] [[RNS Testnet betweentheborders.com]]
type = TCPClientInterface type = TCPClientInterface
enabled = yes enabled = yes
target_host = frankfurt.connect.reticulum.network target_host = betweentheborders.com
target_port = 5377 target_port = 4242
# Interface to I2P Hub A # Interface to Testnet I2P Hub
[[RNS Testnet I2P Hub A]] [[RNS Testnet I2P Hub]]
type = I2PInterface type = I2PInterface
enabled = yes enabled = yes
peers = pmlm3l5rpympihoy2o5ago43kluei2jjjzsalcuiuylbve3mwi2a.b32.i2p peers = pmlm3l5rpympihoy2o5ago43kluei2jjjzsalcuiuylbve3mwi2a.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 propagation nodes. The testnet also contains a number of [Nomad Network](https://github.com/markqvist/nomadnet) nodes, and LXMF propagation nodes.