- Add DNS record CRUD operations (Create, Read, Update, Delete)
- Add Cloudflare zone management (create, delete)
- Add DNS record sync from Cloudflare
- Add domain deletion with cleanup (zone + DNS records)
- Add SSL auto-configuration
- Support for A, AAAA, CNAME, MX, TXT, NS, SRV records
- Add proxy (CDN) support for DNS records
- Integrate with Admin Panel for CF account management
- Add customer isolation for all DNS operations
- Add create_zone() method to CloudflareService
- Fetch CF account API token from Admin Panel
- Create zone in Cloudflare when using company account
- Return nameservers in domain creation response
- Handle zone creation errors gracefully
- Add AdminAPIService to fetch CF accounts from Admin Panel
- Update customer routes to use Admin Panel API instead of local DB
- Add ADMIN_API_URL and ADMIN_API_INTERNAL_KEY config
- Remove local CF account count management (managed in Admin Panel)
- Support automatic CF account selection from Admin Panel