🌐

UzNet DNS Manager

Authoritative DNS Control Panel

⚡

UzNet DNS

Authoritative Engine
Dashboard DNS Zones Bulk Management Audit Logs UzNet VPS / API System Settings Users & Access
U
Username admin
Dashboard
PowerDNS Active
Managed Zones 0 Authoritative Domains
Total Records 0 A, AAAA, CNAME, MX, etc.
Primary Nameserver (NS1) ns1.ecobuy.im 34.234.194.147
Secondary Nameserver (NS2) ns2.ecobuy.im 3.145.81.66
Recent DNS Activity
Timestamp User Action Target IP Address
Loading activity...
Domain Name Type Records SOA Serial DNSSEC Actions
Loading zones...

example.com

DNSSEC Ready
Filter Type:
Record Name Type Value / Target TTL Priority Actions
Loading records...
Bulk BIND Zone File Import

Paste standard BIND zone file contents below (e.g. from cPanel, Bind9, or Cloudflare export) to import records into a zone in one atomic transaction.

Timestamp User Action Target Type Target Name IP Details
Loading audit logs...
UzNet Automation & VPS Integration API

Use your API Key to integrate this DNS service with the UzNet VPS manager, provisioning scripts, or billing systems.

1. Add or Update VPS DNS Record

curl -X POST https://ecobuy.im/api/v1/vps/dns/record \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "domain": "ecobuy.im", "name": "vps-01", "type": "A", "content": "34.234.194.147", "ttl": 300 }'

2. Automated VPS Provisioning (A + AAAA sync)

curl -X POST https://ecobuy.im/api/v1/vps/dns/sync-vps \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "domain": "ecobuy.im", "hostname": "cloud-vps1", "ipv4": "34.234.194.147", "ttl": 300 }'

3. Remove VPS Record upon Destruction

curl -X DELETE https://ecobuy.im/api/v1/vps/dns/record \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "domain": "ecobuy.im", "name": "cloud-vps1" }'
Nameserver & Infrastructure Configuration
The root domain of your nameservers.
Contact email used in generated SOA records.
User Accounts & Roles
Username Role API Key Created At Actions
Loading users...

Create DNS Zone

Enter root domain or subdomain without trailing dot.

Add DNS Record

Enter '@' for root domain, relative subdomain, or wildcard (*.example.com).
Target IPv4 address for A record.

Audit Log Details