server/plugins-available/powerdns_plugin.inc.php | ●●●●● patch | view | raw | blame | history |
server/plugins-available/powerdns_plugin.inc.php
@@ -213,11 +213,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 { @@ -228,7 +223,6 @@ } } if($name == '') $name = $origin; } switch ($type) { case "CNAME":