hosting-platform/backend/app/services
oguz ozturk c62a1afd6f feat: Add complete DNS management system with Cloudflare integration
- 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
2026-01-12 17:48:49 +03:00
..
__init__.py Initial commit: Customer panel 2026-01-11 17:38:39 +03:00
admin_api_service.py feat: Add increment/decrement methods to AdminAPIService 2026-01-12 17:13:59 +03:00
auth_service.py Initial commit: Customer panel 2026-01-11 17:38:39 +03:00
cloudflare_service.py feat: Add complete DNS management system with Cloudflare integration 2026-01-12 17:48:49 +03:00
nameserver_service.py Initial commit: Customer panel 2026-01-11 17:38:39 +03:00