Update constants.py to include sydney.reticulum.au

Added a new transport and propogation TCP node sydney.reticulum.au:4242
This commit is contained in:
mikehill-notabot 2025-04-01 15:51:46 +11:00 committed by GitHub
parent f3514def0e
commit 6a6c158cda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,5 +132,11 @@ PUBLIC_ENTRYPOINTS = """```
type = I2PInterface
enabled = true
peers = guuahj7pyb6ksmjv2bqrjg4cs2wou6cor3ivsi6crntqbzsxnbna.b32.i2p
[[Sydney RNS]]
type = TCPClientInterface
enabled = true
target_host = sydney.reticulum.au
target_port = 4242
```
"""