What's New
Stay up to date with the latest KyedNS features and improvements
April 2026
Propagation check includes KyedNS nameservers
April 10, 2026The DNS propagation checker now shows results from our own authoritative nameservers alongside public resolvers, so you can see exactly when your changes are live.
Fresh look across all pages
April 08, 2026Every page now uses consistent typography, colors, and spacing. Cleaner tables, compact buttons, a calmer dark navbar that stays fixed as you scroll, and styled pagination throughout. The API documentation page got a complete refresh too.
Dashboard redesigned as monitoring control room
April 08, 2026Your dashboard now shows system health at a glance. Three status cards (Domains, Dynamic DNS, DNS Servers) turn green when everything is healthy and surface problems immediately when something needs attention. An activity stream shows recent changes across all your resources.
Faster DNS propagation check
April 05, 2026The propagation checker now queries all 8 global DNS resolvers in parallel instead of one at a time. Typical check time dropped from 10-40 seconds to about 3 seconds.
Hostname name conflict prevention
April 03, 2026When creating a new free dyndns.dk hostname, the system now checks for conflicts with existing DNS records (like mail or www). This prevents accidental duplicates that could break email delivery or web access for the dyndns.dk domain.
March 2026
Fresh design with new typography
March 26, 2026KyedNS has a new look. Clean landing page, new fonts (Satoshi for headings, DM Sans for text, JetBrains Mono for technical data), and a restrained color palette that puts your data first. Touch-friendly buttons for mobile users.
DNS sync failure alerts
March 26, 2026When DNS record sync to PowerDNS fails, you now see a "Sync Failed" badge on your dashboard instead of the error being silently logged. The error details are shown on hover.
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
Moved delete buttons to edit pages
February 13, 2026Delete buttons for domains and DNS records moved from list views to their respective edit pages.
August 2025
Comprehensive Test Coverage
August 09, 2025Added comprehensive test coverage for SOA records, nameserver validation, and email handling. Improved code reliability and maintainability.