diff --git a/Community-Node-List.md b/Community-Node-List.md new file mode 100644 index 0000000..2a0bc6e --- /dev/null +++ b/Community-Node-List.md @@ -0,0 +1,209 @@ +These Reticulum interface settings are here to provide a starting point when connecting to global Reticulum networks. +They are not officially approved in any way, and it is your responsibility to make sure you trust the nodes you're connecting to. + +- Official testnet nodes can be found at https://reticulum.network/connect.html +- RNode settings can be found at https://github.com/markqvist/Reticulum/wiki/Popular-RNode-Settings + +#### Notes to contributors: +- Please only include settings shared directly by those providing the interface, never those acquired from a 3rd party. +- Please try to keep added interfaces in alphabetical order. + +*** + +## Regular Internet (TCP) + +### Main Testnet +``` +# TCP/IP interface to the Dublin Hub + [[RNS Testnet Dublin]] + type = TCPClientInterface + enabled = yes + target_host = dublin.connect.reticulum.network + target_port = 4965 + +# TCP/IP interface to the BetweenTheBorders Hub (community-provided) + [[RNS Testnet BetweenTheBorders]] + type = TCPClientInterface + enabled = yes + target_host = reticulum.betweentheborders.com + target_port = 4242 +``` + +### Community Provided +``` + [[acehoss]] + type = TCPClientInterface + interface_enabled = true + target_host = rns.acehoss.net + target_port = 4242 + [[Beleth RNS Hub]] + type = TCPClientInterface + interface_enabled = true + target_host = rns.beleth.net + target_port = 4242 + [[chloe serv]] + type = TCPClientInterface + interface_enabled = true + target_host = pvvv.vea.st + target_port = 2424 + [[dismails TCP Interface]] + type = TCPClientInterface + interface_enabled = true + target_host = rns.dismail.de + target_port = 7822 + [[FireZen]] + type = TCPClientInterface + interface_enabled = true + target_host = firezen.com + target_port = 4242 + [[fwfyLABS Atlas]] + type = TCPClientInterface + interface_enabled = true + target_host = 67.213.108.79 + target_port = 2424 + [[g00n.cloud Hub]] + type = TCPClientInterface + interface_enabled = true + target_host = dfw.us.g00n.cloud + target_port = 6969 + [[interloper node]] + type = TCPClientInterface + interface_enabled = true + target_host = intr.cx + target_port = 4242 + [[Jon's Node]] + type = TCPClientInterface + interface_enabled = true + target_host = rns.jlamothe.net + target_port = 4242 + [[mobilefabrik TCP]] + type = TCPClientInterface + interface_enabled = true + target_host = phantom.mobilefabrik.com + target_port = 4242 + [[nisa-node]] + type = TCPClientInterface + interface_enabled = true + target_host = nisa.cat + target_port = 4242 + [[noDNS1]] + type = TCPClientInterface + interface_enabled = true + target_host = 202.61.243.41 + target_port = 4965 + [[noDNS2]] + type = TCPClientInterface + interface_enabled = true + target_host = 193.26.158.230 + target_port = 4965 + [[NomadNode SEAsia TCP]] + type = TCPClientInterface + interface_enabled = true + target_host = rns.jaykayenn.net + target_port = 4242 + [[ON6ZQ]] + type = TCPClientInterface + interface_enabled = true + target_host = reticulum.on6zq.be + target_port = 4965 + [[quad4net tcp]] + type = TCPClientInterface + interface_enabled = true + target_host = rns.quad4.io + target_port = 4242 + [[Quortal TCP Node]] + type = TCPClientInterface + interface_enabled = true + target_host = reticulum.qortal.link + target_port = 4242 + [[R-Net TCP]] + type = TCPClientInterface + interface_enabled = true + target_host = istanbul.reserve.network + target_port = 9034 + [[RNS bnZ-NODE01]] + type = TCPClientInterface + interface_enabled = true + target_host = node01.rns.bnz.se + target_port = 4242 + [[RNS bnZ-RET01]] + type = TCPClientInterface + interface_enabled = true + target_host = ret01.rns.bnz.se + target_port = 4242 + [[RNS COMSEC-RD]] + type = TCPClientInterface + interface_enabled = true + target_host = 80.78.23.249 + target_port = 4242 + [[RNS HAM RADIO]] + type = TCPClientInterface + interface_enabled = true + target_host = 135.125.238.229 + target_port = 4242 + [[RNS TCP Node Germany 001]] + type = TCPClientInterface + interface_enabled = true + target_host = 202.61.243.41 + target_port = 4965 + [[RNS TCP Node Germany 002]] + type = TCPClientInterface + interface_enabled = true + target_host = 193.26.158.230 + target_port = 4965 + [[RNS Testnet StoppedCold]] + type = TCPClientInterface + interface_enabled = true + target_host = rns.stoppedcold.com + target_port = 4242 + [[rtclm.de]] + type = TCPClientInterface + interface_enabled = true + target_host = rtclm.de + target_port = 4242 + [[SparkN0de]] + type = TCPClientInterface + interface_enabled = true + target_host = aspark.uber.space + target_port = 44860 + [[Sydney RNS]] + type = TCPClientInterface + enabled = true + target_host = sydney.reticulum.au + target_port = 4242 + [[The Outpost]] + type = TCPClientInterface + interface_enabled = true + target_host = theoutpost.life + target_port = 4242 +``` + +## I2P + +### Main Testnet +``` + # Interface to I2P Hub A + [[RNS Testnet I2P Hub A]] + type = I2PInterface + enabled = yes + peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p +``` + +### Community Provided +``` + [[rothbard_RNS_transport_ZA_i2p]] + type = I2PInterface + enabled = true + peers = guuahj7pyb6ksmjv2bqrjg4cs2wou6cor3ivsi6crntqbzsxnbna.b32.i2p +``` + +## Yggdrasil + +### Community Provided +``` + [[rothbard_RNS_transport_ZA_ygg]] + type = TCPClientInterface + enabled = true + target_host = 200:73eb:2e4:14be:aac7:90b3:784b:71a3 + target_port = 4242 +``` \ No newline at end of file