diff --git a/zones.php b/zones.php index bf5d727..3b7850c 100644 --- a/zones.php +++ b/zones.php @@ -43,7 +43,7 @@ function _do_curl($method, $opts = null, $type = 'post') { } function _valid_label($name) { - return ( bool ) preg_match( "/^([-.a-z0-9_\/]+)?$/i" , $name ); + return ( bool ) preg_match( "/^([-.a-z0-9_\/\*]+)?$/i" , $name ); } function _create_record($name, $records, $input, $zoneurl) {