sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
648 stars 446 forks source link

Adding domain records via DNS Manager - can't add different type record of same domain #187

Closed bigretromike closed 8 months ago

bigretromike commented 9 years ago

When adding A record for 'test' you are unable to add TXT, SPF type of record for 'test' because it scream about 'Hostnames must be unique'

Which is invalid because it should check if record is unique for its kind

WORKAROUND till fix: adding record by had sentora_core.x_dns;

Caffe1neAdd1ct commented 9 years ago

Thanks for reporting will be looked at for the next release.

Dukecitysolutions commented 8 months ago

This should have been fixed in v.2.0.0. (Ubuntu 18.04/20.04-CentOS 8) support. It was a issue with dns bind version on OS that didn’t support that at the time.