This commit is contained in:
Mark Qvist 2025-04-06 19:31:16 +02:00
parent 5f0c89d564
commit 5ed5a78125

View File

@ -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
```
"""