{"id":49319614,"url":"https://github.com/ftsiadimos/dhcp-dns-manager","last_synced_at":"2026-04-26T17:02:27.880Z","repository":{"id":348726468,"uuid":"1199567253","full_name":"ftsiadimos/DHCP-DNS-Manager","owner":"ftsiadimos","description":"A Flask web application to manage Kea DHCP and BIND/named DNS services running on the host. The app runs in a Docker container with host networking to communicate with the services.","archived":false,"fork":false,"pushed_at":"2026-04-02T20:41:15.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T02:56:21.694Z","etag":null,"topics":["dns","kea-dhcpd","named"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ftsiadimos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-02T13:32:19.000Z","updated_at":"2026-04-02T20:41:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ftsiadimos/DHCP-DNS-Manager","commit_stats":null,"previous_names":["ftsiadimos/dhcp-dns-manager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ftsiadimos/DHCP-DNS-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftsiadimos%2FDHCP-DNS-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftsiadimos%2FDHCP-DNS-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftsiadimos%2FDHCP-DNS-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftsiadimos%2FDHCP-DNS-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ftsiadimos","download_url":"https://codeload.github.com/ftsiadimos/DHCP-DNS-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftsiadimos%2FDHCP-DNS-Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dns","kea-dhcpd","named"],"created_at":"2026-04-26T17:02:21.966Z","updated_at":"2026-04-26T17:02:27.872Z","avatar_url":"https://github.com/ftsiadimos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kea DHCP \u0026 Named DNS Manager\n\nA Flask web application to manage **Kea DHCP** and **BIND/named DNS** services running on the host. The app runs in a Docker container with host networking to communicate with the services.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3.10+-blue\" alt=\"Python\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Flask-3.x-green\" alt=\"Flask\"\u003e\n  \u003ca href=\"https://ghcr.io/ftsiadimos/dhcp-named-manager\"\u003e\u003cimg src=\"https://img.shields.io/badge/GHCR-available-blue?style=flat-square\u0026logo=github\" alt=\"GHCR Available\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ftsiadimos/dhcp-named-manager/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"mis/dhcpdns.webp\" alt=\"Dashboard\" width=\"90%\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cem\u003eDashboard\u003c/em\u003e\u003c/p\u003e\n\n---\n## Features\n\n### DHCP (via Kea Control Agent API)\n- View / Add / Edit / Delete **subnets** (pools, options)\n- View / Add / Delete **reservations** (MAC → IP mapping)\n- View / Delete **leases**\n- Service status dashboard\n\n### DNS (via dynamic updates \u0026 rndc)\n- Browse zone records (AXFR)\n- Add / Edit / Delete records (A, AAAA, CNAME, MX, TXT, PTR, NS, SRV)\n- PTR (reverse DNS) management\n- rndc console (status, reload, flush, freeze/thaw, etc.)\n\n## Prerequisites\n\nOn the **host machine**:\n\n1. **Kea DHCP** with Control Agent enabled on port 8000:\n   ```bash\n   systemctl enable --now kea-ctrl-agent\n   systemctl enable --now kea-dhcp4-server\n   ```\n\n2. **BIND/named** with:\n   - Zone transfers (AXFR) allowed from localhost\n   - Dynamic updates enabled (or TSIG key configured)\n   - `rndc` key available at `/etc/bind/rndc.key`\n\n3. **Docker** (with compose plugin)\n\n## Quick Start\n\n### Option 1 — Pre-built image from GitHub Container Registry\n\nPull and run directly without cloning the repository:\n\n```bash\ndocker run -d \\\n  --name dhcp-dns-manager \\\n  --network host \\\n  --restart unless-stopped \\\n  ghcr.io/ftsiadimos/dhcp-named-manager:latest\n```\n\nOr with Docker Compose:\n\n```yaml\n# docker-compose.yml\nservices:\n  dhcp-dns-manager:\n    image: ghcr.io/ftsiadimos/dhcp-named-manager:latest\n    network_mode: host\n    restart: unless-stopped\n    volumes:\n      - ./data:/data\n```\n\n```bash\ndocker compose up -d\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftsiadimos%2Fdhcp-dns-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftsiadimos%2Fdhcp-dns-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftsiadimos%2Fdhcp-dns-manager/lists"}