dn42-scripts/registry.json

103 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2015-01-13 07:19:32 +00:00
{
"zone": {
"soa": "eve.dn42.",
"ns": "eve.dn42.",
2015-01-26 09:05:29 +00:00
"serial": 102,
2015-01-13 07:19:32 +00:00
"refresh": "1H",
"retry": "4H",
"expire": "3W",
"minimum": "1D",
2015-01-26 09:05:29 +00:00
"hostmaster": "hostmaster.higgsboson.tk",
"domain": "eve.higgsboson.tk",
2015-01-13 07:19:32 +00:00
"v4_subnet": "172.23.75.0/24",
"v6_subnet": "fdc0:4992:6a6d::/48"
},
"host": {
"as": "4242420092",
2015-01-26 07:20:08 +00:00
"ipv4": "172.23.75.1",
2015-01-15 07:39:09 +00:00
"start_port": 5001,
"end_port": 5020,
"v4_public": "dn42.higgsboson.tk",
2015-01-19 07:37:35 +00:00
"v6_public": "dn42.higgsboson.tk",
"bird": {
"template_name": "dnpeer",
"reload_command": "birdc reload all"
},
"openvpn": {
"start_command": "systemctl start 'openvpn@<%=peer_name%>'",
"stop_command": "systemctl stop 'openvpn@<%=peer_name%>'",
"enable_command": "systemctl enable 'openvpn@<%=peer_name%>'",
"disable_command": "systemctl disable 'openvpn@<%=peer_name%>'"
},
"dns": {
"reload_command": "rndc reload"
}
2015-01-13 07:19:32 +00:00
},
"network": {
"hax404": {
"as": "76114",
"type": "openvpn",
"proto": "udp6",
"remote": "2a03:4000:6:145:11::1",
2015-01-26 07:20:08 +00:00
"ipv4": "172.23.136.65",
2015-01-13 07:19:32 +00:00
"lport": 5001,
"rport": 5001
},
"chelnok": {
"as": "4242421375",
"type": "openvpn",
"proto": "udp6",
"remote": "portal.chelnok.de",
2015-01-26 07:20:08 +00:00
"ipv4": "172.23.64.1",
2015-01-13 07:19:32 +00:00
"rport": 2322,
"lport": 5002
},
"wetu": {
"as": "64698",
"type": "openvpn",
"proto": "udp6",
"remote": "dn42.wetu.c3d2.de",
2015-01-26 07:20:08 +00:00
"ipv4": "172.22.100.254",
2015-01-13 07:19:32 +00:00
"lport": 5003,
"rport": 5003
},
"tobee": {
"as": "4242420022",
"type": "openvpn",
"proto": "udp6",
"remote": "2001:1640:3::a",
2015-01-26 07:20:08 +00:00
"ipv4": "172.23.67.1",
2015-01-13 07:19:32 +00:00
"lport": 5018,
"rport": 5018
},
"flatbert": {
"type": "openvpn",
"proto": "udp",
2015-01-26 07:20:08 +00:00
"float": true,
"ipv4": "172.22.99.253",
2015-01-13 07:19:32 +00:00
"lport": 5002
},
"eve": {
"type": "local",
"ipv4": "172.23.75.1"
},
2015-01-26 07:20:08 +00:00
"eva": {
2015-01-13 07:19:32 +00:00
"type": "tinc",
"ipv4": "172.23.75.2"
},
"turingmachine": {
"type": "tinc",
"ipv4": "172.23.75.3",
"mac": "02:1f:02:a6:62:8e"
2015-01-26 07:20:08 +00:00
},
"dns": {
"type": "local",
"ipv4": "172.23.75.4"
},
"matchbox": {
"type": "tinc",
"ipv4": "172.23.75.5"
2015-01-13 07:19:32 +00:00
}
}
}