Aardvark-dns is an authoritative dns server for A/AAAA
container records. It can forward other requests
to configured resolvers.
Read more about configuration in src/backend/mod.rs
. It is mostly intended to be used with
Netavark which will launch it automatically if both are
installed.
```console aardvark-dns 0.1.0
USAGE:
aardvark-dns [OPTIONS]
FLAGS: -h, --help Print help information -V, --version Print version information
OPTIONS:
-c, --config
SUBCOMMANDS: help Print this message or the help of the given subcommand(s) run Runs the aardvark dns server with the specified configuration directory ```
console
make
console
RUST_LOG=trace ./bin/aardvark-dns --config src/test/config/podman/ --port 5533 run