mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-07-21 05:51:52 -04:00
Updated github build
This commit is contained in:
parent
3b4f9a5194
commit
81f98e9b28
10 changed files with 222 additions and 222 deletions
48
constants.py
48
constants.py
|
@ -2,24 +2,18 @@ PUBLIC_ENTRYPOINTS = """```
|
|||
# These are community-provided public Reticulum entrypoints
|
||||
# served over TCP, and available over the public Internet.
|
||||
|
||||
[[quad4net tcp]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = rns.quad4.io
|
||||
target_port = 4242
|
||||
|
||||
[[ChaosNet]]
|
||||
type = TCPClientInterface
|
||||
interface_enabled = True
|
||||
target_host = rns.c3.jitter.eu
|
||||
target_port = 4242
|
||||
|
||||
[[dismails TCP Interface]]
|
||||
type = TCPClientInterface
|
||||
interface_enabled = true
|
||||
target_host = rns.dismail.de
|
||||
target_port = 7822
|
||||
|
||||
[[ChaosNet]]
|
||||
type = TCPClientInterface
|
||||
interface_enabled = True
|
||||
target_host = rns.c3.jitter.eu
|
||||
target_port = 4242
|
||||
|
||||
[[interloper node]]
|
||||
type = TCPClientInterface
|
||||
interface_enabled = true
|
||||
|
@ -38,12 +32,30 @@ PUBLIC_ENTRYPOINTS = """```
|
|||
target_host = rns.beleth.net
|
||||
target_port = 4242
|
||||
|
||||
[[Rocket Tech Hub]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = reticulum.rocket-tech.net
|
||||
target_port = 443
|
||||
|
||||
[[SparkN0de]]
|
||||
type = TCPClientInterface
|
||||
interface_enabled = true
|
||||
target_host = aspark.uber.space
|
||||
target_port = 44860
|
||||
|
||||
[[Tidudanka.com]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = reticulum.tidudanka.com
|
||||
target_port = 37500
|
||||
|
||||
[[quad4net tcp]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = rns.quad4.io
|
||||
target_port = 4242
|
||||
|
||||
[[nisa-node]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
|
@ -109,17 +121,5 @@ PUBLIC_ENTRYPOINTS = """```
|
|||
interface_enabled = true
|
||||
target_host = 45.77.109.86
|
||||
target_port = 4965
|
||||
|
||||
[[Tidudanka.com]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = reticulum.tidudanka.com
|
||||
target_port = 37500
|
||||
|
||||
[[Rocket Tech Hub]]
|
||||
type = TCPClientInterface
|
||||
enabled = yes
|
||||
target_host = reticulum.rocket-tech.net
|
||||
target_port = 443
|
||||
```
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue