Nameserver.
Many, hosted as ns1, ns2, nsN, ns9.
Requires a static public IPv4, which is used as the DNS (At least Do53 (Port 53 over UDP and TCP). Possibly DoT, DoH and DoQ in the future) interface.
Optionally the same interface used for DNS can be used as the interface that felu-mgmt connects to for management. Though ideally management is done via a VPN connection (e.g. Tailscale) and not via a public interface.
Completely stateless, receives configuration from felu-mgmt and stores it in memory. Stores nothing to disk.
Built-in HTTP server for things like Prometheus metrics at /metrics.
Stores nameserver state/configuration.
Tokio TcpListener on management port.
Sends configuration updates to state actor.
DNS over UDP and TCP.
Reads records from state actor when responding to queries.
Usage: felu-ns [OPTIONS]
Options:
--mgmt-port <MGMT_PORT> Port for management [default: 54321]
--udp-port <UDP_PORT> Override DNS over UDP port [default: 53]
--tcp-port <TCP_PORT> Override DNS over TCP port [default: 53]
-h, --help