mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-11-26 09:26:48 -05:00
Added entrypoint
This commit is contained in:
parent
0b8688ba5b
commit
1cb408595d
1 changed files with 8 additions and 2 deletions
10
constants.py
Normal file → Executable file
10
constants.py
Normal file → Executable file
|
|
@ -1,6 +1,12 @@
|
|||
PUBLIC_ENTRYPOINTS = """```
|
||||
# These are community-provided public Reticulum entrypoints
|
||||
# served over TCP, and available over the public Internet.
|
||||
# These are community-provided public Reticulum
|
||||
# entrypoints available over the public Internet.
|
||||
|
||||
[[Spaceman-ygg]]
|
||||
type = TCPClientInterface
|
||||
enabled = true
|
||||
target_host = 201:e73a:61ee:ca68:4bc5:99d5:fd70:ded1
|
||||
target_port = 4343
|
||||
|
||||
[[Sydney RNS]]
|
||||
type = TCPClientInterface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue