166 lines
6.6 KiB
Plaintext
166 lines
6.6 KiB
Plaintext
<!--
|
|
This file is part of Linode Manager Classic.
|
|
|
|
Linode Manager Classic is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Linode Manager Classic is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>LMC - Edit Domain</title>
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
|
<link rel="stylesheet" type="text/css" href="domain_soa.css" />
|
|
<script src="domain_soa.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="/include/header.html"-->
|
|
<div id="main-content" class="wrapper">
|
|
<div id="top-links"><a href="/dns">DNS Manager</a> » <span id="domain-tag"><a id="domain-tag-link" href=""></a> » </span><a id="domain-label" href="/dns/domain?did=0"></a> » <span class="top-links-title">Edit SOA Record</span></div>
|
|
<div id="domain-soa">
|
|
<table class="lmc-table">
|
|
<thead>
|
|
<tr>
|
|
<td colspan="3">Domain Settings and Defaults</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="lmc-tr3">
|
|
<td>Domain</td>
|
|
<td><input id="domain" type="text" size="30" maxlength="63" /></td>
|
|
<td class="info">Example: ns1.example.com</td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td>SOA email</td>
|
|
<td><input id="email" type="text" size="30" /></td>
|
|
<td class="info">Your email address</td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td>Domain Status</td>
|
|
<td>
|
|
<select id="status">
|
|
<option value="active">Active - Turn ON serving of this domain</option>
|
|
<option value="disabled">Disabled - Turn OFF serving of this domain</option>
|
|
<option disabled value="edit_mode">Edit Mode - Use this mode while making edits</option>
|
|
</select>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td>Tags</td>
|
|
<td><input id="tags" type="text" size="25" /></td>
|
|
<td class="info">Group domains together using tags! (comma-separated)</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody class="lmc-tbody-head">
|
|
<tr class="noshow">
|
|
<td colspan="3"></td>
|
|
<tr>
|
|
<td colspan="3">Advanced Settings</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody>
|
|
<tr class="lmc-tr3">
|
|
<td>Domain Transfers</td>
|
|
<td><textarea id="axfr" rows="4" cols="40"></textarea></td>
|
|
<td class="info">
|
|
The IP addresses allowed to AXFR this entire zone.<br />
|
|
Semicolon or new line delimited. (maximum: 6 IPs)
|
|
</td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td>Default TTL</td>
|
|
<td>
|
|
<select id="ttl">
|
|
<option value="0">Default</option>
|
|
<option value="300">300 (5 minutes)</option>
|
|
<option value="3600">3600 (1 hour)</option>
|
|
<option value="7200">7200 (2 hours)</option>
|
|
<option value="14400">14400 (4 hours)</option>
|
|
<option value="28800">28800 (8 hours)</option>
|
|
<option value="57600">57600 (16 hours)</option>
|
|
<option value="86400">86400 (1 day)</option>
|
|
<option value="172800">172800 (2 days)</option>
|
|
<option value="345600">345600 (4 days)</option>
|
|
<option value="604800">604800 (1 week)</option>
|
|
<option value="1209600">1209600 (2 weeks)</option>
|
|
<option value="2419200">2419200 (4 weeks)</option>
|
|
</select>
|
|
</td>
|
|
<td class="info">Defines the default Time To Live for all entries in the zone</td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td>Refresh Rate</td>
|
|
<td>
|
|
<select id="refresh">
|
|
<option value="0">Default</option>
|
|
<option value="300">300 (5 minutes)</option>
|
|
<option value="3600">3600 (1 hour)</option>
|
|
<option value="7200">7200 (2 hours)</option>
|
|
<option value="14400">14400 (4 hours)</option>
|
|
<option value="28800">28800 (8 hours)</option>
|
|
<option value="57600">57600 (16 hours)</option>
|
|
<option value="86400">86400 (1 day)</option>
|
|
<option value="172800">172800 (2 days)</option>
|
|
<option value="345600">345600 (4 days)</option>
|
|
<option value="604800">604800 (1 week)</option>
|
|
<option value="1209600">1209600 (2 weeks)</option>
|
|
<option value="2419200">2419200 (4 weeks)</option>
|
|
</select>
|
|
</td>
|
|
<td class="info">Determines how often the secondary/slave nameservers check with the master for updates</td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td>Retry Rate</td>
|
|
<td>
|
|
<select id="retry">
|
|
<option value="0">Default</option>
|
|
<option value="300">300 (5 minutes)</option>
|
|
<option value="3600">3600 (1 hour)</option>
|
|
<option value="7200">7200 (2 hours)</option>
|
|
<option value="14400">14400 (4 hours)</option>
|
|
<option value="28800">28800 (8 hours)</option>
|
|
<option value="57600">57600 (16 hours)</option>
|
|
<option value="86400">86400 (1 day)</option>
|
|
<option value="172800">172800 (2 days)</option>
|
|
<option value="345600">345600 (4 days)</option>
|
|
<option value="604800">604800 (1 week)</option>
|
|
<option value="1209600">1209600 (2 weeks)</option>
|
|
<option value="2419200">2419200 (4 weeks)</option>
|
|
</select>
|
|
</td>
|
|
<td class="info">The amount of time the secondary/slave nameservers will wait to contact the master nameserver again if the last attempt failed</td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td>Expire Rate</td>
|
|
<td>
|
|
<select id="expire">
|
|
<option value="0">Default</option>
|
|
<option value="604800">604800 (1 week)</option>
|
|
<option value="1209600">1209600 (2 weeks)</option>
|
|
<option value="2419200">2419200 (4 weeks)</option>
|
|
</select>
|
|
</td>
|
|
<td class="info">How long a secondary/slave nameserver will wait before considering its DNS data stale if it can't reach the primary nameserver</td>
|
|
</tr>
|
|
<tr class="lmc-tr3">
|
|
<td></td>
|
|
<td colspan="2"><button disabled id="save-button" type="button">Save Changes</button></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|