From 53398eae6ff70360b9529df71bf0ee86622ca938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 30 Jan 2015 08:32:04 +0000 Subject: [PATCH] proper rdns records and new a records --- container.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/container.json b/container.json index 77dc713..94d6414 100644 --- a/container.json +++ b/container.json @@ -1,7 +1,7 @@ { "zone": { "soa": "ns1.higgsboson.tk.", - "serial": 112, + "serial": 116, "refresh": "1H", "hostmaster": "hostmaster.higgsboson.tk", "domain": "eve.higgsboson.tk", @@ -12,8 +12,24 @@ "v6_subnet": "2a01:4f8:210:31fd:1::/80" }, "network": { + "tinc1": { + "ipv4": "188.166.16.37", + "ipv6": "2a03:b0c0:2:d0::2a5:f004", + "lxc": false + }, + "tinc2": { + "ipv4": "188.166.16.37", + "ipv6": "2a03:b0c0:2:d0::2a5:f004", + "lxc": false + }, "eve": { "ipv6": "2a01:4f8:210:31fd::1", + "ipv4": "148.251.132.243", + "lxc": false + }, + "eva": { + "ipv6": "2a03:b0c0:2:d0::2a5:f001", + "ipv4": "188.166.16.37", "lxc": false }, "bridge": { @@ -24,6 +40,7 @@ "jabber": { "ipv4": "192.168.66.22/32", "ipv6": "2a01:4f8:210:31fd:1::16/128", + "rdns6": "jabber.higgsboson.tk", "lxc": false }, "_xmpp-client._tcp": { @@ -46,6 +63,7 @@ }, "web": { "ipv4": "192.168.66.5/32", + "rdns6": "web.higgsboson.tk", "ipv6": "2a01:4f8:210:31fd:1::5/128" }, "ns1": { @@ -92,6 +110,7 @@ }, "git": { "ipv4": "192.168.66.4/32", + "rdns6": "git.higgsboson.tk", "ipv6": "2a01:4f8:210:31fd:1::4/128" }, "postgres": { @@ -142,6 +161,7 @@ "mail": { "ipv4": "192.168.66.16/32", "ipv6": "2a01:4f8:210:31fd:1::10/128", + "rdns6": "mail.higgsboson.tk", "backup-paths": [ "var/vmail" ]