Declarative Router Resources
Describe interfaces, DHCP, DNS, NAT, DS-Lite, route policy, sysctl, and local system behavior as typed YAML resources.
A declarative router resource reconciler for small networks that need explicit configuration, repeatable installs, and practical observability.
Describe interfaces, DHCP, DNS, NAT, DS-Lite, route policy, sysctl, and local system behavior as typed YAML resources.
routerd reconciles Linux networking components such as systemd-networkd, dnsmasq, nftables, pppd, and systemd services.
A Go daemon, one-shot CLI mode, JSON status, and an HTTP+JSON v1alpha1 control API keep operations understandable.
Validate a config, inspect the plan, and reconcile it in one-shot mode before enabling the daemon.
routerd validate --config /usr/local/etc/routerd/router.yaml
routerd reconcile --config /usr/local/etc/routerd/router.yaml --once --dry-run
routerd serve --config /usr/local/etc/routerd/router.yaml