// Allowed characters in zone name. (Default: "^[a-zA-Z0-9 _]+$"
I would recommend changing this to [a-zA-Z0-9 _] and make it hardcoded just to "force" people to try stick with a more regular zone naming convention. One day if people start sharing zones then it will be less of a disaster of mix matching names
// Allowed characters in zone name. (Default: "^[a-zA-Z0-9 _]+$"
I would recommend changing this to
[a-zA-Z0-9 _]
and make it hardcoded just to "force" people to try stick with a more regular zone naming convention. One day if people start sharing zones then it will be less of a disaster of mix matching names