Hello,
I want to make some changes to default zone created from WHM when i add a new account. The zone create is like below:
; cPanel 8.x
; Zone file for testdomain.xx
@ 14400 IN SOA ns1.dnsfirst.com. stefano.domain.net. (
2004021000 ; serial, todays date+todays
28800 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
testdomain.xx. 14400 IN NS ns1.dnsfirst.com.
testdomain.xx. 14400 IN NS ns2.dnsfirst.com.
testdomain.xx. 14400 IN A 66.xx.xx.xx
localhost.testdomain.xx. 14400 IN A 127.0.0.1
testdomain.xx. 14400 IN MX 0 testdomain.xx.
mail 14400 IN CNAME testdomain.xx.
www 14400 IN CNAME testdomain.xx.
ftp 14400 IN A 66.xx.xx.xx
This zone is not complete compliant to new standard of BIND9 even if I setup in the configuration that I use BIND9.
Also...ndc is an old command used for BIND4 and BIND8, BIND9 uses rndc. It's very boring that all these things are wrong. I've found in /scripts a file called 'adddns'. I've made some changes to it but seems that this script is not direct involved in process of account creation.
So does anyone can tell me where are right files I've to changed to adjust my system?
Thanks
Stefano



LinkBack URL
About LinkBacks
Reply With Quote





