Skip to content

fix(start-os): map ports over TCP and UDP - #3604

Open
remcoros wants to merge 1 commit into
Start9Labs:masterfrom
remcoros:fix/udp-port-mapping
Open

fix(start-os): map ports over TCP and UDP#3604
remcoros wants to merge 1 commit into
Start9Labs:masterfrom
remcoros:fix/udp-port-mapping

Conversation

@remcoros

Copy link
Copy Markdown
Contributor

Summary

StartOS automatically maps only requested TCP ports, preventing UDP services such as WireGuard from being exposed through PCP, NAT-PMP, or UPnP.

This change:

  • Requests both TCP and UDP for standard port mappings
  • Tracks each protocol independently for renewal and removal
  • Keeps SNI hostname mappings TCP-only

Validation

  • cargo check -p start-core --lib
  • cargo build -p start-core --lib
  • 15 targeted port-mapping tests passed

Manual testing

On a fresh 0.4.0.1 box + this patch:

@remcoros remcoros changed the title fix: map ports over TCP and UDP fix(start-os): map ports over TCP and UDP Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants