Hello, I want to configure my Named as a catch-all,
This is to redirect domains that do not have a DNS zone to a parking page,
like this: Wildcard DNS zone in bind – ServerOK
I thought about doing it with an include:
But in which file can I add it having the security that cPanel will not overwrite it after an update and that it does not conflict with other configurations?
Thanks!
This is to redirect domains that do not have a DNS zone to a parking page,
like this: Wildcard DNS zone in bind – ServerOK
Code:
zone "." IN {
type master;
file "/var/named/catch-all.zone";
};
Code:
include "/etc/named/catch-all.conf";
Thanks!
Last edited by a moderator: