205 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			205 lines
		
	
	
		
			5.9 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 - DNS Manager</title> | ||
|  | 		<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> | ||
|  | 		<link rel="stylesheet" type="text/css" href="domain.css" /> | ||
|  | 		<script src="domain.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><span id="domain-label" class="top-links-title"></span></div> | ||
|  | 			<div id="domain"> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="7">SOA Record</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Primary DNS</td> | ||
|  | 							<td>Email</td> | ||
|  | 							<td>Default TTL</td> | ||
|  | 							<td>Refresh Rate</td> | ||
|  | 							<td>Retry Rate</td> | ||
|  | 							<td>Expire Time</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody> | ||
|  | 						<tr class="lmc-tr1"> | ||
|  | 							<td>ns1.linode.com</td> | ||
|  | 							<td id="email"></td> | ||
|  | 							<td id="ttl"></td> | ||
|  | 							<td id="refresh"></td> | ||
|  | 							<td id="retry"></td> | ||
|  | 							<td id="expire"></td> | ||
|  | 							<td><a href="/dns/domain_soa?did=0">Settings</a></td> | ||
|  | 						</tr> | ||
|  | 					</tbody> | ||
|  | 				</table> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="4">NS Records</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Name Server</td> | ||
|  | 							<td>Subdomain</td> | ||
|  | 							<td>TTL</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody id="ns"> | ||
|  | 						<tr class="lmc-tr1"> | ||
|  | 							<td>ns1.linode.com</td> | ||
|  | 							<td class="subdomain"></td> | ||
|  | 							<td>Default</td> | ||
|  | 							<td><span class="strike">Edit</span> | <span class="strike">Remove</span></td> | ||
|  | 						</tr> | ||
|  | 						<tr class="lmc-tr2"> | ||
|  | 							<td>ns2.linode.com</td> | ||
|  | 							<td class="subdomain"></td> | ||
|  | 							<td>Default</td> | ||
|  | 							<td><span class="strike">Edit</span> | <span class="strike">Remove</span></td> | ||
|  | 						</tr> | ||
|  | 						<tr class="lmc-tr1"> | ||
|  | 							<td>ns3.linode.com</td> | ||
|  | 							<td class="subdomain"></td> | ||
|  | 							<td>Default</td> | ||
|  | 							<td><span class="strike">Edit</span> | <span class="strike">Remove</span></td> | ||
|  | 						</tr> | ||
|  | 						<tr class="lmc-tr2"> | ||
|  | 							<td>ns4.linode.com</td> | ||
|  | 							<td class="subdomain"></td> | ||
|  | 							<td>Default</td> | ||
|  | 							<td><span class="strike">Edit</span> | <span class="strike">Remove</span></td> | ||
|  | 						</tr> | ||
|  | 						<tr class="lmc-tr1"> | ||
|  | 							<td>ns5.linode.com</td> | ||
|  | 							<td class="subdomain"></td> | ||
|  | 							<td>Default</td> | ||
|  | 							<td><span class="strike">Edit</span> | <span class="strike">Remove</span></td> | ||
|  | 						</tr> | ||
|  | 					</tbody> | ||
|  | 				</table> | ||
|  | 				<p class="sub-links"><a href="/dns/resource?did=0&rid=0&type=ns">Add a new NS record</a></p> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="5">MX Records</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Mail Server</td> | ||
|  | 							<td>Preference</td> | ||
|  | 							<td>Subdomain</td> | ||
|  | 							<td>TTL</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody id="mx"></tbody> | ||
|  | 				</table> | ||
|  | 				<p class="sub-links"><a href="/dns/resource?did=0&rid=0&type=mx">Add a new MX record</a></p> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="4">A/AAAA Records</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Hostname</td> | ||
|  | 							<td>IP Address</td> | ||
|  | 							<td>TTL</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody id="a"></tbody> | ||
|  | 				</table> | ||
|  | 				<p class="sub-links"><a href="/dns/resource?did=0&rid=0&type=a">Add a new A/AAAA record</a></p> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="4">CNAME Records</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Hostname</td> | ||
|  | 							<td>Aliases to</td> | ||
|  | 							<td>TTL</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody id="cname"></tbody> | ||
|  | 				</table> | ||
|  | 				<p class="sub-links"><a href="/dns/resource?did=0&rid=0&type=cname">Add a new CNAME record</a></p> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="4">TXT Records</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Name</td> | ||
|  | 							<td>Value</td> | ||
|  | 							<td>TTL</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody id="txt"></tbody> | ||
|  | 				</table> | ||
|  | 				<p class="sub-links"><a href="/dns/resource?did=0&rid=0&type=txt">Add a new TXT record</a></p> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="8">SRV Records</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Service</td> | ||
|  | 							<td>Domain</td> | ||
|  | 							<td>Priority</td> | ||
|  | 							<td>Weight</td> | ||
|  | 							<td>Port</td> | ||
|  | 							<td>Target</td> | ||
|  | 							<td>TTL</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody id="srv"></tbody> | ||
|  | 				</table> | ||
|  | 				<p class="sub-links"><a href="/dns/resource?did=0&rid=0&type=srv">Add a new SRV record</a></p> | ||
|  | 				<table class="lmc-table"> | ||
|  | 					<thead> | ||
|  | 						<tr> | ||
|  | 							<td colspan="5">CAA Records</td> | ||
|  | 						</tr> | ||
|  | 						<tr> | ||
|  | 							<td>Name</td> | ||
|  | 							<td>Tag</td> | ||
|  | 							<td>Value</td> | ||
|  | 							<td>TTL</td> | ||
|  | 							<td>Options</td> | ||
|  | 						</tr> | ||
|  | 					</thead> | ||
|  | 					<tbody id="caa"></tbody> | ||
|  | 				</table> | ||
|  | 				<p class="sub-links"><a href="/dns/resource?did=0&rid=0&type=caa">Add a new CAA record</a></p> | ||
|  | 				<p id="note"><strong>NOTE:</strong> Changes made to a master zone will take effect in Linode's nameservers every quarter hour.</p> | ||
|  | 			</div> | ||
|  | 		</div> | ||
|  | 	</body> | ||
|  | </html> |