What's New
Stay up to date with the latest KyedNS features and improvements
March 2026
Webhook notifications
March 26, 2026Get notified instantly when your IP changes, DNS records are modified, or health checks detect issues. Configure webhook URLs under Webhooks in the navigation. Supports HMAC-SHA256 payload signing. Works with Slack, Discord, ntfy, Home Assistant, and any HTTPS endpoint.
DNS health check rules
March 26, 2026KyedNS now automatically detects 5 common DNS issues: nameservers not pointing to us, MX records that don't resolve, CNAME at zone apex (RFC violation), duplicate A records, and dynamic records that haven't updated in 90+ days. Warnings appear on your domain page.
Database column cleanup
March 25, 2026Internal improvement: legacy PHP column names replaced with Rails conventions. No user-visible changes, but makes the codebase easier to maintain for future features.
February 2026
Fixed DNS sync serial tracking
February 13, 2026Simplified serial comparison to directly compare PowerDNS and KyeDNS serials, fixing a race condition.
Moved delete buttons to edit pages
February 13, 2026Delete buttons for domains and DNS records moved from list views to their respective edit pages.
Added Terms of Service
February 13, 2026Added /terms page covering liability limitation, acceptable use, data retention, and dispute resolution under Danish law.
August 2025
Changelog Management System
August 09, 2025Complete changelog system implementation with admin interface and public viewing. Features include category-based filtering, draft/published workflow, comprehensive test coverage, and data migration system. Populated with complete git history from v1.0.0 through v2.5.0. Integrated with Dokku deployment for automatic data migrations.
Comprehensive Test Coverage
August 09, 2025Added comprehensive test coverage for SOA records, nameserver validation, and email handling. Improved code reliability and maintainability.
Database Migration Improvements
August 08, 2025Enhanced database migration handling, improved DB_MIGRATOR environment variable processing, and better production deployment reliability.
Enhanced DNS Zone Management
August 08, 2025Added TLD-specific nameserver assignment for .dk domains. Improved dual-stack IP validation and PowerDNS sync for free zones.