diff options
-rw-r--r-- | dns.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |