mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-07-21 05:51:52 -04:00
Cleanup
This commit is contained in:
parent
5f0c89d564
commit
5ed5a78125
1 changed files with 6 additions and 6 deletions
12
constants.py
12
constants.py
|
@ -2,6 +2,12 @@ PUBLIC_ENTRYPOINTS = """```
|
||||||
# These are community-provided public Reticulum entrypoints
|
# These are community-provided public Reticulum entrypoints
|
||||||
# served over TCP, and available over the public Internet.
|
# 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]]
|
[[dismails TCP Interface]]
|
||||||
type = TCPClientInterface
|
type = TCPClientInterface
|
||||||
interface_enabled = true
|
interface_enabled = true
|
||||||
|
@ -132,11 +138,5 @@ PUBLIC_ENTRYPOINTS = """```
|
||||||
type = I2PInterface
|
type = I2PInterface
|
||||||
enabled = true
|
enabled = true
|
||||||
peers = guuahj7pyb6ksmjv2bqrjg4cs2wou6cor3ivsi6crntqbzsxnbna.b32.i2p
|
peers = guuahj7pyb6ksmjv2bqrjg4cs2wou6cor3ivsi6crntqbzsxnbna.b32.i2p
|
||||||
|
|
||||||
[[Sydney RNS]]
|
|
||||||
type = TCPClientInterface
|
|
||||||
enabled = true
|
|
||||||
target_host = sydney.reticulum.au
|
|
||||||
target_port = 4242
|
|
||||||
```
|
```
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue