From 5ed5a781258f20641caedaf7064a02df57f8f80f Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 6 Apr 2025 19:31:16 +0200 Subject: [PATCH] Cleanup --- constants.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/constants.py b/constants.py index 372efae..b73d7ad 100644 --- a/constants.py +++ b/constants.py @@ -2,6 +2,12 @@ PUBLIC_ENTRYPOINTS = """``` # These are community-provided public Reticulum entrypoints # served over TCP, and available over the public Internet. + [[Sydney RNS]] + type = TCPClientInterface + enabled = true + target_host = sydney.reticulum.au + target_port = 4242 + [[dismails TCP Interface]] type = TCPClientInterface interface_enabled = true @@ -132,11 +138,5 @@ PUBLIC_ENTRYPOINTS = """``` type = I2PInterface enabled = true peers = guuahj7pyb6ksmjv2bqrjg4cs2wou6cor3ivsi6crntqbzsxnbna.b32.i2p - - [[Sydney RNS]] - type = TCPClientInterface - enabled = true - target_host = sydney.reticulum.au - target_port = 4242 ``` """