proper rdns records and new a records

This commit is contained in:
Jörg Thalheim 2015-01-30 08:32:04 +00:00
parent 4d42b9bfcd
commit 53398eae6f
1 changed files with 21 additions and 1 deletions

View File

@ -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"
]