summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2017-04-13 00:41:19 +0100
committerLuke Bratch <luke@bratch.co.uk>2017-04-13 00:41:19 +0100
commit6dcefcf6cca0f44bb8c06f7cc24d60402c3a4fdd (patch)
tree521ecf79ea000b83a5e9a479ea26b787bb6a8757
parent8d19614249ef1969afe52c8b15c8df929bff6c6c (diff)
Add some instructions to the zonefile editing form
-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