Configure DNS Resolution Modes
mainNuma supports three primary resolution modes, which can be configured in numa.toml:
forward(default): Acts as a transparent proxy to your existing system DNS. It adds caching and ad blocking while respecting captive portals, VPNs, and corporate DNS.recursive: Resolves directly from root nameservers, removing upstream dependencies. You can enable full DNSSEC chain-of-trust validation by setting[dnssec] enabled = true.auto: Probes root servers on startup. It usesrecursiveif reachable, otherwise falls back to encrypted DoH.