AstraLink is a DNS transport system built around Multipath QUIC over DNS.
- Parallel resolver channels with adaptive scheduling
- Redundancy and congestion control
- Optional FEC for high-loss paths
- EDNS-aware control bundling
- Single-authority and multi-authority scaling in one protocol
cd astralink
make server client
bash install/install-server.sh --preflight
sudo bash install/install-server.sh --localConfigure DNS delegation for your tunnel subdomain, then connect with config/simple.client.toml.
MIT (inherits upstream components; see LICENSE).