You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| HBBS | Modified by the overlay | Run the Starry `hbbs` binary or image command. |
52
-
| HBBR |Public probe plus authenticated telemetry | Keeps the upstream byte-forwarding data path, answers the additive Akari probe envelope without load details, and exposes bounded session/bandwidth telemetry only to authenticated HBBS pulls. Use the HBBR bundled in the same pinned Starry image/artifact. |
54
+
| HBBR |Reliable Relay plus optional AKR1 UDP | Keeps the upstream TCP/WS byte-forwarding path, answers public quality probes without load, exposes detailed state only through authenticated telemetry, and optionally routes encrypted Akari AKF1 datagrams after role-bound grants. |
53
55
| Control Agent | Optional Starry component; Linux only in v1.3 | Keep HBBS local control on loopback. Expose the Agent only on a private management path with mTLS and scoped service JWTs. Configuration writes are disabled by default. |
54
56
| Account/API server | Not included | Account login, address books, device data, and administration require a separately selected API implementation. |
55
57
56
58
An account API login, the HBBS signalling connection, the optional Starry
57
59
Control API, and the HBBR data path are separate protocol layers. Starry does
58
-
not turn a third-party API into a Relay, does not alter the HBBR relay data
59
-
path, and does not replace the RustDesk client.
60
+
not turn a third-party API into a Relay and does not replace the RustDesk
61
+
client. The optional FastMedia UDP listener is independent from the ordinary
62
+
HBBR stream, which always remains the reliable fallback.
60
63
61
-
Current development release: **patch-v1.3.0**. See the
62
-
[`patch-v1.3.0` release notes](docs/releases/RELEASE-NOTES-patch-v1.3.0.md) and
64
+
Current development release: **patch-v1.3.1 preview**. See
65
+
the [`patch-v1.3.1` release notes](docs/releases/RELEASE-NOTES-patch-v1.3.1.md) and
63
66
[`changelog`](docs/releases/CHANGELOG.md). Docker images are published at
|[Connection authentication](https://github.com/q1ngyang/rustdesk-server-starry/wiki/Connection-Authentication)| JWT profile, audit-to-enforce rollout, transport coverage, failure handling, and rollback. |
100
106
|[Control Agent](https://github.com/q1ngyang/rustdesk-server-starry/wiki/Control-Agent)| Linux deployment, mTLS/service-JWT authorization, read-only mode, transactions, recovery, and API contracts. |
|[Starry Pairing v1](docs/reference/STARRY-PAIRING-v1.md)| SP1 Control Agent/Relay bootstrap, persistence, manual compatibility, and downgrade. |
102
111
|[GEO rules: basics](https://github.com/q1ngyang/rustdesk-server-starry/wiki/GEO-Rules-Basics)| Country rules, priority, symmetry, fallback, and `test-geo`. |
103
112
|[GEO rules: advanced](https://github.com/q1ngyang/rustdesk-server-starry/wiki/GEO-Rules-Advanced)| City, ASN, ISP, nested expressions, quoting, and design patterns. |
104
113
|[Operations and verification](https://github.com/q1ngyang/rustdesk-server-starry/wiki/Operations-and-Verification)| Layered checks from static validation to real desktop sessions. |
0 commit comments