{% extends '_base.html' %} {% load render_table from django_tables2 %} {% load form_helpers %} {% block title %}Record Import{% endblock %} {% block content %}
Field | Description | Example |
---|---|---|
Zone name | Name of the zone the record belongs to | foo.net |
Name | Host name, @ for origin | www |
Type | Record type | AAAA |
Priority | Priority level (optional) | 30 |
Address | IP address if value is an IP address, in AAAA records for instance | 192.168.1.110/16 |
Value | Text value else, in CNAME records for instance | foo.net |
Description | Description (optional) | Backend API server |
foo.net,www,AAAA,,192.168.1.110/16,,Backend API server