diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-05-31 22:44:52 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-05-31 22:44:52 +0200 |
commit | eb9fb592475df4513856b3cc58ea82ff648629a4 (patch) | |
tree | 4a1bf75d4f49db2f8589d2c0c2f225652dbd0b34 /bind | |
parent | 566d6649cddefa47e4c823f9fcfb3a1b760d206a (diff) |
fix skeleton TEENY-nomail and host singed.boks.dk
Diffstat (limited to 'bind')
-rw-r--r-- | bind/fake-222/TEENY-nomail | 3 | ||||
-rw-r--r-- | bind/fake-222/biks.dk | 3 | ||||
-rw-r--r-- | bind/pri/TEENY-nomail | 4 | ||||
-rw-r--r-- | bind/pri/biks.dk | 3 | ||||
l--------- | bind/skel/A-singed | 1 | ||||
-rw-r--r-- | bind/skel/A-singed-222 | 1 | ||||
l--------- | bind/skel/A-teeny | 1 | ||||
-rw-r--r-- | bind/skel/A-teeny-222 | 1 | ||||
-rw-r--r-- | bind/skel/CNAME-teeny | 1 |
9 files changed, 15 insertions, 3 deletions
diff --git a/bind/fake-222/TEENY-nomail b/bind/fake-222/TEENY-nomail index f305723..e36229b 100644 --- a/bind/fake-222/TEENY-nomail +++ b/bind/fake-222/TEENY-nomail @@ -3,7 +3,8 @@ $TTL 1w 1 1w 1d 30d 3h ) +$INCLUDE /etc/local-JONES.DK/bind/skel/A-teeny-222 $INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid NS localhost. -* CNAME teeny.local. +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-teeny * diff --git a/bind/fake-222/biks.dk b/bind/fake-222/biks.dk index 11f56e4..a767598 100644 --- a/bind/fake-222/biks.dk +++ b/bind/fake-222/biks.dk @@ -7,6 +7,9 @@ $INCLUDE JONES.DK/skel/A-222 $INCLUDE JONES.DK/skel/MX-avoid NS localhost. +$INCLUDE JONES.DK/skel/A-singed-222 singed +$INCLUDE JONES.DK/skel/MX-avoid singed + *.bigbang CNAME coreander.jones.dk. bigbang CNAME coreander.jones.dk. *.birgit CNAME coreander.jones.dk. diff --git a/bind/pri/TEENY-nomail b/bind/pri/TEENY-nomail index 1a996da..3059323 100644 --- a/bind/pri/TEENY-nomail +++ b/bind/pri/TEENY-nomail @@ -4,7 +4,7 @@ $TTL 1h 1h 30m 1w 1h ) $INCLUDE /etc/local-JONES.DK/bind/skel/NS -$INCLUDE /etc/local-JONES.DK/bind/skel/A-fibia +$INCLUDE /etc/local-JONES.DK/bind/skel/A-teeny $INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid -$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME * +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-teeny * diff --git a/bind/pri/biks.dk b/bind/pri/biks.dk index d96c06a..47a6993 100644 --- a/bind/pri/biks.dk +++ b/bind/pri/biks.dk @@ -7,6 +7,9 @@ $INCLUDE JONES.DK/skel/NS $INCLUDE JONES.DK/skel/A $INCLUDE JONES.DK/skel/MX-avoid +$INCLUDE JONES.DK/skel/A-singed singed +$INCLUDE JONES.DK/skel/MX-avoid singed + *.bigbang CNAME coreander.jones.dk. bigbang CNAME coreander.jones.dk. *.birgit CNAME coreander.jones.dk. diff --git a/bind/skel/A-singed b/bind/skel/A-singed new file mode 120000 index 0000000..d502f6c --- /dev/null +++ b/bind/skel/A-singed @@ -0,0 +1 @@ +A-fibia
\ No newline at end of file diff --git a/bind/skel/A-singed-222 b/bind/skel/A-singed-222 new file mode 100644 index 0000000..34e6d4f --- /dev/null +++ b/bind/skel/A-singed-222 @@ -0,0 +1 @@ +@ A 192.168.222.245 diff --git a/bind/skel/A-teeny b/bind/skel/A-teeny new file mode 120000 index 0000000..d502f6c --- /dev/null +++ b/bind/skel/A-teeny @@ -0,0 +1 @@ +A-fibia
\ No newline at end of file diff --git a/bind/skel/A-teeny-222 b/bind/skel/A-teeny-222 new file mode 100644 index 0000000..999a04e --- /dev/null +++ b/bind/skel/A-teeny-222 @@ -0,0 +1 @@ +@ A 192.168.222.246 diff --git a/bind/skel/CNAME-teeny b/bind/skel/CNAME-teeny new file mode 100644 index 0000000..ea607a1 --- /dev/null +++ b/bind/skel/CNAME-teeny @@ -0,0 +1 @@ +@ CNAME teeny.jones.dk. |