Skip to content

StartOS

vstart-tunnel/v1.1.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

bitcoin bitcoin-node lightning-node p2p personal-server privacy-enhancing-technologies
+1 more
self-hosted

Affected surfaces

auth rbac deps

Summary

AI summary

Updates start-tunnel packages Checksums, v6, and v4 across a mixed release.

Changes in this release

Feature Medium

Adds HTTP→HTTPS redirects on port 80 by default.

Adds HTTP→HTTPS redirects on port 80 by default.

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Adds per-subnet IPv6 support with globally routable /128 addresses.

Adds per-subnet IPv6 support with globally routable /128 addresses.

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Adds IPv6 port forwarding (firewall pinholes) for devices.

Adds IPv6 port forwarding (firewall pinholes) for devices.

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Adds contextual help sidebar with per-screen guidance linking to docs.

Adds contextual help sidebar with per-screen guidance linking to docs.

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Adds internationalization support (English and Spanish).

Adds internationalization support (English and Spanish).

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Adds sortable columns on Subnets, Devices, Published Ports, and DNS tables.

Adds sortable columns on Subnets, Devices, Published Ports, and DNS tables.

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Adds port-range forwarding for manual port forwards.

Adds port-range forwarding for manual port forwards.

Source: llm_adapter@2026-07-15

Confidence: low

Feature Low

Provides toggle to disable per-IP HTTP redirect in Settings UI and CLI.

Provides toggle to disable per-IP HTTP redirect in Settings UI and CLI.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Feature Low

Enforces mutual exclusivity between port‑80 redirect and forward; rejects conflicting operations.

Enforces mutual exclusivity between port‑80 redirect and forward; rejects conflicting operations.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Feature Low

Disallows automatic PCP/UPnP mapping of port 80; refuses such requests.

Disallows automatic PCP/UPnP mapping of port 80; refuses such requests.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Feature Low

Removes option to forward 80→443 in Add published port dialog.

Removes option to forward 80→443 in Add published port dialog.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Feature Low

Validates server can route configured IPv6 prefix; hard‑errors if no IPv6 default route or prefix not verifiable.

Validates server can route configured IPv6 prefix; hard‑errors if no IPv6 default route or prefix not verifiable.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Feature Low

Adds port‑range forwarding for manual port forwards, supporting contiguous ranges via UI and CLI.

Adds port‑range forwarding for manual port forwards, supporting contiguous ranges via UI and CLI.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Feature Low

Integrates automatic PCP‑based IPv6 pinhole opening for connected StartOS servers, including the 80→443 redirect.

Integrates automatic PCP‑based IPv6 pinhole opening for connected StartOS servers, including the 80→443 redirect.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Feature Low

Introduces internationalization support; UI translatable with language selector (English and Spanish included).

Introduces internationalization support; UI translatable with language selector (English and Spanish included).

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Medium

Fixes `--version` to report StartTunnel's own version instead of platform version.

Fixes `--version` to report StartTunnel's own version instead of platform version.

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Changes automatic PCP mappings to honor lease expiration and retire stale forwards immediately.

Changes automatic PCP mappings to honor lease expiration and retire stale forwards immediately.

Source: llm_adapter@2026-07-15

Confidence: low

Bugfix Medium

Changes admin actions to retire device forwards immediately upon deletion or demotion.

Changes admin actions to retire device forwards immediately upon deletion or demotion.

Source: llm_adapter@2026-07-15

Confidence: low

Bugfix Low

Makes automatic PCP mappings honor lease expiration, tearing down stale forwards when devices stop renewing.

Makes automatic PCP mappings honor lease expiration, tearing down stale forwards when devices stop renewing.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Low

Retires all forwards, SNI routes, and IPv6 pinholes immediately when a device is deleted or demoted; disables auto‑publish clears only automatic forwards.

Retires all forwards, SNI routes, and IPv6 pinholes immediately when a device is deleted or demoted; disables auto‑publish clears only automatic forwards.

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Refactor Low

Renames "Port Forwards" to "Published Ports" in UI; capability name changed from "Auto Port Forward" to "Auto-publish" (CLI/RPC unchanged).

Renames "Port Forwards" to "Published Ports" in UI; capability name changed from "Auto Port Forward" to "Auto-publish" (CLI/RPC unchanged).

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Refactor Low

Relabels DNS table column "Name" as "Hostname".

Relabels DNS table column "Name" as "Hostname".

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Full changelog

What's Changed

Added

  • HTTP→HTTPS redirects on port 80. StartTunnel now runs an HTTP→HTTPS redirect on port 80 of every public IPv4 it holds, so a plain http:// request to an exposed service is answered with a redirect to the same host over https:// instead of a connection error. These are on by default — every public IPv4 gets one on a fresh install and after an update — and reuse the same redirect handler the OS serves on its own TLS ports. Each address has a toggle in the HTTP Redirect (80 → 443) section of the Settings page (and start-tunnel http-redirect list / set-enabled <ip> [--enabled] on the CLI) to turn it off; your choice persists. A redirect and a port-80 forward are mutually exclusive and never both enabled: forwarding port 80 is rejected while the redirect is on (turn it off first), and enabling the redirect is rejected while port 80 is forwarded (delete the forward first). Port 80 is also never auto-forwarded — StartTunnel refuses PCP/UPnP requests to map it — and the Add published port dialog no longer offers to also forward 80 → 443. See the HTTP Redirects page in the docs.

  • Per-subnet IPv6. A subnet can now carry a routed IPv6 prefix your VPS delegates, and every host on it — the tunnel and each device — gets one globally-routable /128 with its tunnel IPv4 embedded (prefix-network | tunnel-IPv4), so a device's address is stable and derivable from its IPv4 alone. Configure it per subnet with start-tunnel subnet <SUBNET> set-ipv6 --prefix <prefix> or the subnet's Add/Edit dialog (disable by omitting the prefix). Configuring per subnet lets a server with multiple disjoint allocations point different subnets at different prefixes. On the common single-/64 case the tunnel answers Neighbor Discovery for each device's address on the VPS network; device IPv6 is carried full-tunnel (AllowedIPs = ::/0) so replies return through the tunnel. Devices can make outbound IPv6 connections, and — on a device running a current StartOS (0.4.0-beta.10+) — accept unsolicited inbound connections too, so a service can be hosted over IPv6. The subnets and devices tables show the prefix and each device's computed address. See the IPv6 page in the docs.

  • subnet … set-ipv6 validates the server can route the prefix. Because a device with an IPv6 assignment routes all its IPv6 full-tunnel (AllowedIPs = ::/0), a prefix delegated on a server without working IPv6 egress just blackholes. The command hard-errors (leaving the config unchanged) when the server has no IPv6 default route, and logs an actionable warning when the prefix is neither on-link on a WAN interface nor otherwise verifiable — so operators catch a misconfigured VPS at set-time instead of discovering dead IPv6 on their devices.

  • Port-range forwarding. A manual port forward can now span a contiguous range of ports. Set "Number of Ports" in the Add published port dialog — or --count on start-tunnel port-forward add — to forward that many consecutive ports counting up from both the external and internal port. Ranges are plain port forwards and cannot be combined with SNI demux. (Automatic PCP PORT_SET range forwarding requested by connected devices was already supported; this exposes it to manually-added forwards.)

  • IPv6 port forwarding (firewall pinholes). A port forward can now expose a device over IPv6, not just IPv4. Because each device has its own globally-routable address (its GUA — see the IPv6 page), an IPv6 forward is a firewall pinhole on [GUA]:port with no NAT, rather than a DNAT from a shared public IPv4. The Add published port dialog gained an IP Version selector (IPv4 / IPv6 / IPv4 + IPv6) so one dialog covers both stacks — the external/internal port fields apply to whichever you pick — and each published port's IP is the public IPv4 (v4) or the device's GUA (v6). Choosing an external port different from the internal one (e.g. the 80 → 443 redirect) turns the v6 side into a port-only translation on the same GUA. IPv6 requires the selected server's subnet to have a routed prefix; the dialog says so when it doesn't. Manage them from the CLI with start-tunnel pinhole add|remove|set-enabled|update-label. Connected StartOS servers open v6 pinholes automatically via PCP (including the 80 → 443 redirect) the same way they already do for IPv4, so hosting a service over IPv6 works end to end.

  • Contextual help sidebar with per-screen guidance, linking out to the docs.

  • Internationalization: a translatable UI with a language selector; English and Spanish included.

  • Sortable columns on the Subnets, Devices, Published Ports, and DNS tables.

Changed

  • Automatic (PCP) mappings now honor their lease. A forward, pinhole, or SNI route opened automatically by a connected device carries a finite lease that the device renews while it still wants the port. The tunnel now expires and tears down an automatic mapping whose device stops renewing it — because it went offline, rotated its key, or withdrew the exposure — instead of leaving a stale forward in place indefinitely. Manually-added forwards are unaffected and remain persistent.
  • Admin actions retire a device's forwards immediately. Deleting a device or demoting it to a client now clears all of its forwards, SNI routes, and IPv6 pinholes (previously a deleted device's v6 pinholes could linger); disabling auto-publish for a device clears its automatic forwards while leaving any you added manually. Cleanup no longer waits for the lease to lapse.
  • Renamed "Port Forwards" to "Published Ports" (and the device "Auto Port Forward" capability to "Auto-publish"); CLI/RPC unchanged.
  • Relabeled the DNS "Name" column as "Hostname".

Fixed

  • --version now reports StartTunnel's own version (1.1.0) instead of the StartOS
    platform version.

Documentation

  • Expanded the Subnets and DNS Records pages, and renamed the Port Forwarding page to Published Ports.

start-tunnel packages Checksums

SHA-256

6fa2cd2c4e5b96d7d018406eb64058f446264c51235eee90ea910aab7b380aae  start-tunnel-1.1.0-65f1872_aarch64.deb
f625814150fbd7ce8a1f781de35d4411520630bd664fdac16602c492abab3f10  start-tunnel-1.1.0-65f1872_riscv64.deb
e908d1e33f23e58c196d8b2bae600ac6759dc5d4b7a06d1d8ce65bd6142ec20f  start-tunnel-1.1.0-65f1872_x86_64.deb
fdf043614f47012a9cdcf9579ea7bdcfa548b82c77914da24dc1d4c5acec5690  start-tunnel-1.1.0-ff941f2_aarch64.deb
0e3b60da0298fcf92d014bf54603a8e8ac9c206d28fa2492b929a64f1c346717  start-tunnel-1.1.0-ff941f2_riscv64.deb
34caadc156ba315e88d1ed5c27feba1b06dd3fe81b3406d011a1fc4c4309b046  start-tunnel-1.1.0-ff941f2_x86_64.deb

BLAKE-3

93d4e2baa0899fd2bcb2345c52f5858c526919f60daea750124462a277e9020d  start-tunnel-1.1.0-65f1872_aarch64.deb
abbeb47de6756d4ee31e5f01b0324fbc669b52cbff16f902f306df2023be0353  start-tunnel-1.1.0-65f1872_riscv64.deb
8c7c701203cf37eadc242af58341bbd899c947c678bb940ebb0ca1eb6c8ec64d  start-tunnel-1.1.0-65f1872_x86_64.deb
2cb529040d7708b148a11e3894edf6db3a6b82055d18688969e612bf0a28c032  start-tunnel-1.1.0-ff941f2_aarch64.deb
42b5c4e3a59e2615cc355637e2f0285668866c17698c6d924cd4ba6efb36184b  start-tunnel-1.1.0-ff941f2_riscv64.deb
b864ad7c1b72408ab84f0aee8107f9b81aeabaff74b2d2d9210349754f3409bf  start-tunnel-1.1.0-ff941f2_x86_64.deb

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track StartOS

Get notified when new releases ship.

Sign up free

About StartOS

Browser-based, graphical Operating System (OS) that makes running a personal server as easy as running a personal computer.

All releases →

Related context

Earlier breaking changes

  • vstart-sdk/v2.0.4 'setupMain' callback now accepts any DaemonBuildable rather than requiring a Daemons.
  • vstart-sdk/v2.0.4 `Daemons.dynamic` now takes `effects` and returns a `DaemonReconciler` instead of replacing `main`.
  • v0.4.0-beta.9 Previous backups incompatible with v0.4.0; create fresh backup after updating.

Beta — feedback welcome: [email protected]