Hey...
I finally got directadmin set up manually. What a pain in the butt.
Can anyone here reply with exactly how DA out puts the domain named file? I am modifying my named.db but want to be sure the variables DA out puts looks like the right format.
Heres what I have so far:
|?NS_TIME=3600|
|?A_TIME=3600|
|?MX_TIME=3600|
|?CNAME_TIME=3600|
|?PTR_TIME=3600|
$TTL 3600
$ORIGIN .
|DOMAIN| IN SOA |NS1|. |EMAIL|. (
|SERIAL| 3600 900 604800 86400 )
IN NS |NS|
IN A |A|
IN MX 10 |MX|
IN CNAME |CNAME|
IN PTR |PTR|
IN TXT "v=spf1 ~all"
$ORIGIN |DOMAIN|.
I need to see if IN A, IN CNAME, and IN PTR just contain the variable of the domain or if it contains the whole string line. I also am guessing the IN A and IN CNAME needs to be moved just bellow the $ORIGIN |DOMAIN|. I have at the bottom to add additional sub domains.
If anyone can just send me a copy of one of your domain files that was edited by DA, that should help me with this.
thanks
I finally got directadmin set up manually. What a pain in the butt.
Can anyone here reply with exactly how DA out puts the domain named file? I am modifying my named.db but want to be sure the variables DA out puts looks like the right format.
Heres what I have so far:
|?NS_TIME=3600|
|?A_TIME=3600|
|?MX_TIME=3600|
|?CNAME_TIME=3600|
|?PTR_TIME=3600|
$TTL 3600
$ORIGIN .
|DOMAIN| IN SOA |NS1|. |EMAIL|. (
|SERIAL| 3600 900 604800 86400 )
IN NS |NS|
IN A |A|
IN MX 10 |MX|
IN CNAME |CNAME|
IN PTR |PTR|
IN TXT "v=spf1 ~all"
$ORIGIN |DOMAIN|.
I need to see if IN A, IN CNAME, and IN PTR just contain the variable of the domain or if it contains the whole string line. I also am guessing the IN A and IN CNAME needs to be moved just bellow the $ORIGIN |DOMAIN|. I have at the bottom to add additional sub domains.
If anyone can just send me a copy of one of your domain files that was edited by DA, that should help me with this.
thanks