-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
26 lines (26 loc) · 1016 Bytes
/
Copy pathllms.txt
File metadata and controls
26 lines (26 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Name: agentic-dns
URL: https://github.com/dedsecorg/agentic-dns
ShortDescription: Local agentic DNS stack combining Pi-hole, CoreDNS, dnsdist, and Unbound with an MCP-compatible stdio server for programmatic control.
Keywords: agentic-dns, mcp, dns, pi-hole, coredns, dnsdist, unbound, selfhosted, dns-middleware
EntryPoint: bin/agentic-dns
Install:
- git clone https://github.com/dedsecorg/agentic-dns.git
- ./install.sh
CLIExamples:
- MCP: agentic-dns mcp
- API: agentic-dns api
MCP:
- protocol: stdio
- capabilities: dns_status,dns_query,dns_trace,dns_health,dns_routes,dns_pihole_log,dns_bypass
- control-endpoint: stdio
- example-config-snippet: |
mcp:
name: agentic-dns
protocol: stdio
command: ["agentic-dns","mcp"]
Maintainer:
- name: dedsecorg
- contact: https://github.com/dedsecorg
License: MIT
ReleaseTag: v1.5.0
Notes: Exposes MCP features for query/response and local firewall integration. See README.md for full architecture and network requirements.