Skip to content

Authoritative dns server for A/AAAA container records. Forwards other request to configured resolvers.

License

Notifications You must be signed in to change notification settings

Luap99/aardvark-dns

 
 

Repository files navigation

aardvark-dns

Authoritative dns server for A/AAAA container records. Forwards other request to configured resolvers. Read more about configuration in src/backend/mod.rs.

aardvark-dns 0.1.0

USAGE:
    aardvark-dns [OPTIONS] <SUBCOMMAND>

FLAGS:
    -h, --help       Print help information
    -V, --version    Print version information

OPTIONS:
    -c, --config <CONFIG>    Path to configuration directory
    -p, --port <PORT>        Host port for aardvark servers, defaults to 5533

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    run     Runs the aardvark dns server with the specified configuration directory

Build

make

Run Example

RUST_LOG=trace ./bin/aardvark-dns --config src/test/config/podman/ --port 5533 run

About

Authoritative dns server for A/AAAA container records. Forwards other request to configured resolvers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.1%
  • Makefile 6.9%