Files
start-os/core
Remco Ros 7c12b58bb5 fix: refactor dns to handle tcp connections: (#3083)
* fix: refactor dns to handle tcp connections:
- do not use long-lived tcp connections to upstream dns servers
- when incoming request is over tcp, force a tcp lookup instead of udp

this solves cases where large dns records were not being resolved due to udp->tcp switch-over.

* use forwarding resolver for fallback

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
2025-12-19 23:26:29 -07:00
..
2024-04-22 17:40:10 +00:00
2025-12-17 21:15:24 -07:00
2025-12-15 13:30:50 -07:00
2025-12-15 13:30:50 -07:00
2025-12-15 13:30:50 -07:00
2025-12-15 13:30:50 -07:00
2025-12-15 13:30:50 -07:00
2025-12-16 17:33:55 -07:00
2025-12-17 21:15:24 -07:00
2025-11-07 10:12:05 +00:00
2024-09-12 17:48:57 -04:00
2025-12-15 13:30:50 -07:00

StartOS Backend

Structure

  • startos: This contains the core library for StartOS that supports building startbox.
  • helpers: This contains utility functions used across both startos and js-engine
  • models: This contains types that are shared across startos, js-engine, and helpers

Artifacts

The StartOS backend is packed into a single binary startbox that is symlinked under several different names for different behavior:

  • startd: This is the main daemon of StartOS
  • start-cli: This is a CLI tool that will allow you to issue commands to startd and control it similarly to the UI
  • start-sdk: This is a CLI tool that aids in building and packaging services you wish to deploy to StartOS

Questions

If you have questions about how various pieces of the backend system work. Open an issue and tag the following people

  • dr-bonez