server/plugins-available/powerdns_plugin.inc.php | ●●●●● patch | view | raw | blame | history |
server/plugins-available/powerdns_plugin.inc.php
@@ -276,11 +276,6 @@ $type = $data["new"]["type"]; switch ($type) { case "PTR": $name = $data["new"]["name"]; break; default: if(substr($data["new"]["name"], -1) == '.'){ $name = substr($data["new"]["name"], 0, -1); } else { @@ -291,7 +286,6 @@ } } if($name == '') $name = $origin; } switch ($type) { case "CNAME":