summaryrefslogtreecommitdiff
path: root/dns.php
diff options
context:
space:
mode:
Diffstat (limited to 'dns.php')
-rw-r--r--dns.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns.php b/dns.php
index b17b810..0f7c683 100644
--- a/dns.php
+++ b/dns.php
@@ -106,6 +106,7 @@ if (isset($_POST['domain']) && isset($_POST['password']) && !isset($_POST['zonet
if ($zonefile = getzone($_POST['domain'], $password)) {
?>
+ <p>Your zonefile is below. Ensure the first line always ends with a SHA-256 hash of your chosen password.</p>
<form action="dns.php" method="post">
<textarea rows="24" cols="80" name="zonetext" autofocus><?php echo $zonefile; ?></textarea><br>
<?php