diff --git a/constants.py b/constants.py index c7e5a8e..a23e8cc 100644 --- a/constants.py +++ b/constants.py @@ -2,24 +2,18 @@ PUBLIC_ENTRYPOINTS = """``` # These are community-provided public Reticulum entrypoints # served over TCP, and available over the public Internet. - [[quad4net tcp]] - type = TCPClientInterface - enabled = yes - target_host = rns.quad4.io - target_port = 4242 - - [[ChaosNet]] - type = TCPClientInterface - interface_enabled = True - target_host = rns.c3.jitter.eu - target_port = 4242 - [[dismails TCP Interface]] type = TCPClientInterface interface_enabled = true target_host = rns.dismail.de target_port = 7822 + [[ChaosNet]] + type = TCPClientInterface + interface_enabled = True + target_host = rns.c3.jitter.eu + target_port = 4242 + [[interloper node]] type = TCPClientInterface interface_enabled = true @@ -38,12 +32,30 @@ PUBLIC_ENTRYPOINTS = """``` target_host = rns.beleth.net target_port = 4242 + [[Rocket Tech Hub]] + type = TCPClientInterface + enabled = yes + target_host = reticulum.rocket-tech.net + target_port = 443 + [[SparkN0de]] type = TCPClientInterface interface_enabled = true target_host = aspark.uber.space target_port = 44860 + [[Tidudanka.com]] + type = TCPClientInterface + enabled = yes + target_host = reticulum.tidudanka.com + target_port = 37500 + + [[quad4net tcp]] + type = TCPClientInterface + enabled = yes + target_host = rns.quad4.io + target_port = 4242 + [[nisa-node]] type = TCPClientInterface enabled = yes @@ -109,17 +121,5 @@ PUBLIC_ENTRYPOINTS = """``` interface_enabled = true target_host = 45.77.109.86 target_port = 4965 - - [[Tidudanka.com]] - type = TCPClientInterface - enabled = yes - target_host = reticulum.tidudanka.com - target_port = 37500 - - [[Rocket Tech Hub]] - type = TCPClientInterface - enabled = yes - target_host = reticulum.rocket-tech.net - target_port = 443 ``` """ \ No newline at end of file diff --git a/docs/connect.html b/docs/connect.html index 0316cbc..f16a8f9 100644 --- a/docs/connect.html +++ b/docs/connect.html @@ -42,11 +42,11 @@
# These are community-provided public Reticulum entrypoints
# served over TCP, and available over the public Internet.
- [[quad4net tcp]]
+ [[dismails TCP Interface]]
type = TCPClientInterface
- enabled = yes
- target_host = rns.quad4.io
- target_port = 4242
+ interface_enabled = true
+ target_host = rns.dismail.de
+ target_port = 7822
[[ChaosNet]]
type = TCPClientInterface
@@ -54,12 +54,6 @@
target_host = rns.c3.jitter.eu
target_port = 4242
- [[dismails TCP Interface]]
- type = TCPClientInterface
- interface_enabled = true
- target_host = rns.dismail.de
- target_port = 7822
-
[[interloper node]]
type = TCPClientInterface
interface_enabled = true
@@ -78,12 +72,30 @@
target_host = rns.beleth.net
target_port = 4242
+ [[Rocket Tech Hub]]
+ type = TCPClientInterface
+ enabled = yes
+ target_host = reticulum.rocket-tech.net
+ target_port = 443
+
[[SparkN0de]]
type = TCPClientInterface
interface_enabled = true
target_host = aspark.uber.space
target_port = 44860
+ [[Tidudanka.com]]
+ type = TCPClientInterface
+ enabled = yes
+ target_host = reticulum.tidudanka.com
+ target_port = 37500
+
+ [[quad4net tcp]]
+ type = TCPClientInterface
+ enabled = yes
+ target_host = rns.quad4.io
+ target_port = 4242
+
[[nisa-node]]
type = TCPClientInterface
enabled = yes
@@ -149,18 +161,6 @@
interface_enabled = true
target_host = 45.77.109.86
target_port = 4965
-
- [[Tidudanka.com]]
- type = TCPClientInterface
- enabled = yes
- target_host = reticulum.tidudanka.com
- target_port = 37500
-
- [[Rocket Tech Hub]]
- type = TCPClientInterface
- enabled = yes
- target_host = reticulum.rocket-tech.net
- target_port = 443