servnest/pg-act/ns/dname.php

17 lines
258 B
PHP
Raw Normal View History

<?php
$values = nsParseCommonRequirements();
$_POST['dname'] = formatAbsoluteDomain($_POST['dname']);
2023-04-28 13:39:05 +00:00
rateLimit();
knotcZoneExec($_POST['zone'], [
$values['domain'],
$values['ttl'],
'DNAME',
$_POST['dname']
]);
output(200, _('Modification done.'));