mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-04-16 22:13:22 -04:00
Cleanup
This commit is contained in:
parent
5f0c89d564
commit
5ed5a78125
12
constants.py
12
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
|
||||
```
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user