Is there a way to prevent froxlor from creating a DNS Entry for the main hostname?
I have the issue that my main domain under which froxlor is available is aswell used as the primary domain for the first user. I'd like to have a manual configuration for that domain instead of froxlor creating a entry in bind for both the panel domain and the primary domain of the first user.
Obviously this breaks the bind configuration since the domain appears twice.
The last entry in froxlor_bind.conf is and that should disappear:
Question
Nexus2k
Is there a way to prevent froxlor from creating a DNS Entry for the main hostname?
I have the issue that my main domain under which froxlor is available is aswell used as the primary domain for the first user. I'd like to have a manual configuration for that domain instead of froxlor creating a entry in bind for both the panel domain and the primary domain of the first user.
Obviously this breaks the bind configuration since the domain appears twice.
The last entry in froxlor_bind.conf is and that should disappear:
# Domain ID: none - CustomerID: none - CustomerLogin: froxlor.panel
zone "mydomain.com" in {
type master;
file "/etc/bind/domains/mydomain.com.zone";
allow-query { any; };
};
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.