hosting-platform/backend/app
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
..
__pycache__ Initial commit: Customer panel 2026-01-11 17:38:39 +03:00
api Initial commit: Customer panel 2026-01-11 17:38:39 +03:00
models Add CF account auto-selection and verification toggle 2026-01-12 16:32:43 +03:00
routes feat: Add complete DNS management system with Cloudflare integration 2026-01-12 17:48:49 +03:00
services feat: Add complete DNS management system with Cloudflare integration 2026-01-12 17:48:49 +03:00
utils Initial commit: Customer panel 2026-01-11 17:38:39 +03:00
__init__.py Initial commit: Customer panel 2026-01-11 17:38:39 +03:00
config.py feat: Integrate Admin Panel API for CF account management 2026-01-12 16:57:46 +03:00
main.py Initial commit: Customer panel 2026-01-11 17:38:39 +03:00