3 Commits

Author SHA1 Message Date
cnbugs 3ef5926f75 add python3.6 2026-07-14 15:17:46 +08:00
cnbugs e022c6829e 更新 README.md 2026-07-14 14:56:27 +08:00
AI Agent 0a18b94d84 feat: BIND DNS Web Manager - Web interface for managing BIND9 DNS server
- Flask + SQLite web app with user authentication
- Zone management: create/delete zones, edit raw zone files
- Record management: add/delete A/AAAA/CNAME/MX/TXT/NS/PTR/SRV/CAA records
- Service control: start/stop/restart/reload BIND via systemctl/rndc
- Configuration editor: edit named.conf.options/local with syntax validation
- DNS query testing: online dig tool
- Audit log: all operations logged with user/timestamp
- BIND9 backend, listening on port 53
0.0.1
2026-07-09 17:24:44 +08:00