12个稳定版本
1.12.1 | 2024年8月1日 |
---|---|
1.11.0 | 2024年5月30日 |
1.10.0 | 2024年1月24日 |
1.9.0 | 2023年11月27日 |
1.0.4-dev | 2022年7月4日 |
#269 在 网络编程
每月509次 下载
125KB
2.5K SLoC
aardvark-dns
Aardvark-dns是一个用于A/AAAA
容器记录的权威DNS服务器。它可以转发其他请求到配置的解析器。
在src/backend/mod.rs
中了解更多配置信息。它主要用于与Netavark一起使用,如果两者都安装了,Netavark将自动启动它。
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
构建
make
运行示例
RUST_LOG=trace ./bin/aardvark-dns --config src/test/config/podman/ --port 5533 run
配置文件格式
依赖项
~12–40MB
~631K SLoC