This is one of the domains that i dont want to have ns1 and ns2
PHP Code:
$TTL 12H
$ORIGIN gamblenook.com.
@ IN SOA ns1.gamblenook.com. postmaster.gamblenook.com. (
; dmn [gamblenook.com] timestamp entry BEGIN.
2009073000 ; Serial
; dmn [gamblenook.com] timestamp entry END.
8H ; Refresh
30M ; Retry
4W ; Expire
3H ; Minimum TTL
)
IN NS ns1.gamblenook.com.
IN NS ns2.gamblenook.com.
IN MX 10 mail.gamblenook.com.
gamblenook.com. IN A 85.187.32.205
www IN A 85.187.32.205
gamblenook.com. IN TXT "v=spf1 a mx ip4:85.187.32.205 ~all"
localhost IN A 127.0.0.1
mail IN A 85.187.32.205
ns1 IN A 85.187.32.205
ns2 IN A 85.187.32.205
; CNAME for VHCS compatibility
ns IN CNAME ns1
; CNAME for mail transfer
imap IN CNAME mail
pop IN CNAME mail
pop3 IN CNAME mail
relay IN CNAME mail
smtp IN CNAME mail
; CNAME for web transfer
ftp IN CNAME www
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
And i have to remove only
ns1.gamblenook.com in this line
PHP Code:
@ IN SOA ns1.gamblenook.com. postmaster.gamblenook.com. (
and these two lines
PHP Code:
IN NS ns1.gamblenook.com.
IN NS ns2.gamblenook.com.
I hope i'm right.