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-dev2022年7月4日

#269网络编程

Download history 52/week @ 2024-04-26 49/week @ 2024-05-03 64/week @ 2024-05-10 83/week @ 2024-05-17 153/week @ 2024-05-24 137/week @ 2024-05-31 93/week @ 2024-06-07 96/week @ 2024-06-14 64/week @ 2024-06-21 50/week @ 2024-06-28 67/week @ 2024-07-05 73/week @ 2024-07-12 76/week @ 2024-07-19 211/week @ 2024-07-26 156/week @ 2024-08-02 56/week @ 2024-08-09

每月509次 下载

Apache-2.0

125KB
2.5K SLoC

Rust 2K SLoC // 0.1% comments BASH 359 SLoC // 0.3% comments Shell 234 SLoC // 0.3% comments RPM Specfile 73 SLoC // 0.2% comments Python 4 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