-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
ovx-labs edited this page Sep 5, 2026
·
1 revision
git clone https://github.com/dedsecorg/agentic-dns
cd agentic-dns
sudo -S -p '' -S -p '' ./install.sh| Path | Purpose |
|---|---|
/usr/local/bin/agentic-dns |
Main CLI |
/usr/local/bin/agentic-dns-server |
Rust DoT/mTLS proxy (prebuilt or cargo build) |
/etc/agentic-dns/ |
Configs for dnsdist, CoreDNS, Unbound, Stubby, DNSCrypt |
/etc/systemd/system/agentic-dns.service |
Main systemd unit |
/etc/systemd/system/agentic-dns-server.service |
Rust server unit |
sudo -S -p '' systemctl enable --now agentic-dns
sudo -S -p '' systemctl enable --now agentic-dns-servernpx -y @smithery/cli install @dedsecorg/agentic-dns- Linux (systemd, nftables/iptables)
- Pi-hole, CoreDNS, dnsdist, Unbound, Stubby, DNSCrypt-Proxy installed
-
dig,ss,jq,bash4.4+ - Rust 1.75+ (for server build)
-
CAP_NET_ADMIN,CAP_NET_BIND_SERVICE(for server)