https://github.com/theadell/dnsify
DNSify: A self-hosted web dashboard for dynamic DNS management, record automation, and nginx config generation
https://github.com/theadell/dnsify
automation cloud dns golang nginx
Last synced: about 2 months ago
JSON representation
DNSify: A self-hosted web dashboard for dynamic DNS management, record automation, and nginx config generation
- Host: GitHub
- URL: https://github.com/theadell/dnsify
- Owner: theadell
- License: mit
- Created: 2023-09-24T11:51:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T21:09:25.000Z (over 2 years ago)
- Last Synced: 2025-01-15T14:45:03.271Z (over 1 year ago)
- Topics: automation, cloud, dns, golang, nginx
- Language: Go
- Homepage:
- Size: 2.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNSify
DNSify is a self-hosted web dashboard crafted for easy DNS management and nginx config generation, built using Golang for the backend and HTMX for the frontend. It simplifies the process of adding and deleting DNS records through a user-friendly interface, utilizing zone transfer and dynamic updates behind the scenes.
### Features
- Add and delete DNS records effortlessly.
- Automated DNS management through zone transfer and dynamic updates.
- Generate nginx configurations for the records.
- (Upcoming) API for programmatic usage via webhooks, bots, etc.