has no address records (A or AAAA) not loaded due to errors

1

I have problems with my DNS when checking, my settings are as follows:

 zone "sisecc.ddns.net"{
type master;
file "db.sisec.zone";
notify yes;
};

//Zona inversa
zone "118.240.148.in-addr.arpa"{
type master;
file "db.148.240.118";
notify yes;
};

my direct zone is the following:

   ;
; BIND data file for local loopback interface
;
$TTL    604800
 @  IN  SOA sisecc.ddns.net. root.sisecc.ddns.net. (
              2     ; Serial
         604800     ; Refresh
          86400     ; Retry
        2419200     ; Expire
         604800 )   ; Negative Cache TTL
 ;
 @          IN  NS  sisecc.ddns.net.
  sisecc.ddns.net       IN  A   148.240.118.40
  www.sisecc.ddns.net   IN      A       148.240.118.40
    
asked by Daniel Cruz Pablo 24.06.2016 в 18:18
source

0 answers