Score:0

How to make my bind config file last weeks

mx flag

I just woke up and I realized my dns stopped working after doing it 10 hours ago so , how to make my dns last longer in BIND. Do I have to redo my files like what is the method to just refresh this to work for at least a couple of days

$TTL    604800
@   IN  SOA freedomtech.lan. root.freedomtech.lan. (
                  2     ; Serial
             604800     ; Refresh
              86400     ; Retry
            2419200     ; Expire
             604800 )   ; Negative Cache TTL
;
@   IN  NS  freedomtech.lan.
raspberrypi IN  A   192.168.0.104
@   IN  AAAA    ::1

Reverse zone $

TTL 604800
    @   IN  SOA freedomtech.lan. root.freedomtech.lan. (
                      1     ; Serial
                 604800     ; Refresh
                  86400     ; Retry
                2419200     ; Expire
                 604800 )   ; Negative Cache TTL
    ;
    @   IN  NS  freedomtech.lan.
    104 IN  PTR raspberrypi.freedomtech.lan.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.