I am trying to get some basic ideas on dns/hosting. I have purchased a public domain name example.com & the hosting provider have given me with cpanel accesss where I can add my dns records using cpanel zone editor.
I want to use my own UNBOUND dns server in replacement of hosting provider dns server. I have configured local Unbound DNS (on my public IP like 1.1.1.1) & created all records like wwww/mx/few hosts. How can I use my unbound dns as my domain primary dns? example If I change the primary NS on Cpanel and point it to 1.1.1.1 (unbound) , will all resolving for example.com will be done via my unbound server? Few records example at Unbound: * server: * local-data: "host1.example.com A 1.1.1.3" * local-data: "mail.example.com A 1.1.1.4" * local-data-ptr: "1.1.1.3 host1.example.com" * local-data-ptr: "1.1.1.4 mail.example.com" <http:///>