Zones ({{ domains|length }})
Zone Name |
---|
{{ domain['name'] }} |
Zone Records ({{ records|length }})
Name | Type | Status | TTL | Data |
---|---|---|---|---|
{{ record['name'] }} | {{ record['type'] }} | {{ 'Disabled' if record['disabled'] else 'Active' }} | {{ record['ttl'] }} | {{ record['content'] }} |
Comments ({{ comments|length }})
Comment | Record | Zone |
---|---|---|
{{ comment['content'] }} | {{ comment['name'] }} | {{ comment['zone_id'] }} |