J
jeff205
Guest
Hello,
I have to edit a dns zone like this :
I can not do this kind of configuration on the Plesk admin panel, and so, i need to edit the dns files.
With cpanel, those files (domain.com.db) are located in /var/named/ but i can not find theim on my server running Plesk.
Where can i find those files ?
Thank you.
I have to edit a dns zone like this :
; Zone file for domain.com
$TTL 14400
@ IN SOA web.domain.com. hostmaster.web.domain.com. (
2004080500 ; serial, todays date+todays
14400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
domain.com. IN NS ns1.domain.com.
domain.com. IN NS ns2.domain.com.
domain.com. IN A 72.21.59.66
ns1.domain.com. IN A 72.21.59.66
ns2.domain.com. IN A 72.21.59.68
localhost.domain.com. IN A 127.0.0.1
domain.com. IN MX 0 domain.com.
mail IN CNAME domain.com.
www IN CNAME domain.com.
ftp IN A 72.21.59.66
free IN A 72.21.59.68
* IN CNAME free.domain.com.
I can not do this kind of configuration on the Plesk admin panel, and so, i need to edit the dns files.
With cpanel, those files (domain.com.db) are located in /var/named/ but i can not find theim on my server running Plesk.
Where can i find those files ?
Thank you.