Get all DNS entries: /api/dns
Get filtered DNS entries: /api/dns?record_type=A&domain=example.com
Filter by upload: /api/dns?upload_id={upload_id}
Show all records (no deduplication): /api/dns?deduplicate=false
Get unique filter values: /api/dns/types
Domain | TTL | Class | Type | Data | Last Updated |
---|---|---|---|---|---|
{% if entry.get('service') %} {{ entry.service }} {% endif %} {{ entry.domain }} | {{ entry.ttl }} | {{ entry.record_class }} | {{ entry.record_type }} | {{ entry.record_data }} {% if entry.record_type == "SOA" or entry.record_data|length > 50 %} {{ entry.record_data }} {% endif %} | {{ entry.timestamp.replace('T', ' ').split('.')[0] }} |
No DNS entries found. Please upload a CSV file to get started.
{% endif %}