FresyMetal
Junior Member
Posts: 48
Joined: Jul 2011
Reputation: 0
|
RE: [Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
te pego el fichero db_e
$TTL 12H
$ORIGIN {DMN_NAME}.
@ IN SOA ns1.{DMN_NAME}. postmaster.{DMN_NAME}. (
; dmn [{DMN_NAME}] timestamp entry BEGIN.
{TIMESTAMP} ; Serial
; dmn [{DMN_NAME}] timestamp entry END.
8H ; Refresh
2H ; Retry
7D ; Expire
1D ; Minimum TTL
)
IN NS ns1.{DMN_NAME}.
IN NS ns2.{DMN_NAME}.
IN MX 1 aspmx.l.google.com
IN MX 5 alt1.aspmx.l.google.com
IN MX 5 alt2.aspmx.l.google.com
IN MX 10 aspmx2.googlemail.com
{DMN_NAME}. IN A 84.126.164.244
www IN A 84.126.164.244
{DMN_NAME}. IN TXT "v=spf1 a mx ip4:84.126.164.244 ip4:84.126.164.244 ~all"
localhost IN A 127.0.0.1
mail IN A 84.126.164.244
ns1 IN A 84.126.164.244
ns2 IN A 84.126.164.244
; CNAME for VHCS compatibility
ns IN CNAME ns1
; CNAME for mail transfer
calendar IN CNAME ghs.google.com.
start IN CNAME ghs.google.com.
{verificationcode}IN CNAME ghs.google.com.
relay IN CNAME mail
; CNAME for web transfer
ftp IN CNAME www
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.
; dns [{MANUAL_DNS_ID}] entry BEGIN.
|
|
10-10-2011 04:23 AM |
|