Hints: The * character can be used in your keyword as a wildcard character and the ? character can be used as a wildcard for a single character.
Domains ({{ domains|length }})
| Domain |
|---|
| {{ domain['name'] }} |
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 | Domain |
|---|---|---|
| {{ comment['content'] }} | {{ comment['name'] }} | {{ comment['zone_id'] }} |