{% extends '_base.html' %} {% load render_table from django_tables2 %} {% load form_helpers %} {% block title %}Zone Import{% endblock %} {% block content %}
Field | Description | Example |
---|---|---|
Name | Name of zone | foo.net |
TTL | Time to live, in seconds | 10800 |
SOA Name | The primary name server for the domain, @ for origin | @ |
SOA Contact | The responsible party for the domain | ns.foo.net. noc.foo.net. |
SOA Refresh | Refresh time, in seconds | 3600 |
SOA Retry | Retry time, in seconds | 3600 |
SOA Expire | Expire time, in seconds | 604800 |
SOA Minimum | Negative result TTL, in seconds | 1800 |
Description | Description (optional) | Mail servers zone |
foo.net,10800,@,ns.foo.net. noc.foo.net.,3600,3600,604800,1800,Mail servers zone