From dacfcf0be469a61611d1238e373bed34b81b7ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 2 Nov 2013 18:49:55 +0100 Subject: [PATCH] add facesforfriends to dns --- dns/0.0.42.10.in-addr.arpa | 6 ++++-- dns/vpn.zone | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dns/0.0.42.10.in-addr.arpa b/dns/0.0.42.10.in-addr.arpa index eda868d..03bd3f5 100644 --- a/dns/0.0.42.10.in-addr.arpa +++ b/dns/0.0.42.10.in-addr.arpa @@ -1,5 +1,5 @@ @ IN SOA higgsboson.tk. hostmaster ( - 300 ; serial + 301 ; serial 1H ; refresh 4H ; retry 3W ; expire @@ -7,7 +7,9 @@ NS higgsboson.tk. -1.2 PTR matchbox.vpn +1.2 PTR matchbox.vpn +1.3 PTR facesforfriends.vpn +1.10 PTR turingmachine.vpn 16.1 PTR higgsboson.vpn 7.25 PTR devkid-server 15.1 PTR devkid-router diff --git a/dns/vpn.zone b/dns/vpn.zone index b06232e..6ca6122 100644 --- a/dns/vpn.zone +++ b/dns/vpn.zone @@ -1,5 +1,5 @@ @ IN SOA higgsboson.tk. hostmaster ( - 300 ; serial + 301 ; serial 1H ; refresh 4H ; retry 3W ; expire @@ -14,6 +14,7 @@ ftp CNAME devkid-nas localhost A 127.0.0.1 ; our hostnames, in alphabetical order matchbox A 10.42.1.2 +facesforfriends A 10.42.1.3 turingmachine A 10.42.1.10 higgsboson A 10.42.16.1 devkid-router A 10.42.15.1