move kunbox.net and kunsmann.eu to rx300
This commit is contained in:
parent
2959d19391
commit
eb566fa5c5
4 changed files with 21 additions and 19 deletions
|
@ -2,8 +2,9 @@ ${header}
|
||||||
|
|
||||||
$ORIGIN kunbox.net.
|
$ORIGIN kunbox.net.
|
||||||
|
|
||||||
@ IN A 94.130.52.224
|
; ends up on rx300.kunbox.net
|
||||||
IN AAAA 2a01:4f8:10b:2a5f::2
|
@ IN A 31.47.232.106
|
||||||
|
IN AAAA 2a00:f820:528::2
|
||||||
|
|
||||||
; Needs to have a working Mail address, otherwise Telekom goes mimimi
|
; Needs to have a working Mail address, otherwise Telekom goes mimimi
|
||||||
IN MX 10 mx0
|
IN MX 10 mx0
|
||||||
|
|
|
@ -2,8 +2,9 @@ ${header}
|
||||||
|
|
||||||
$ORIGIN kunsmann.eu.
|
$ORIGIN kunsmann.eu.
|
||||||
|
|
||||||
@ IN A 94.130.52.224
|
; ends up on rx300.kunbox.net
|
||||||
IN AAAA 2a01:4f8:10b:2a5f::2
|
@ IN A 31.47.232.106
|
||||||
|
IN AAAA 2a00:f820:528::2
|
||||||
IN MX 10 mx0.kunbox.net.
|
IN MX 10 mx0.kunbox.net.
|
||||||
IN TXT "v=spf1 mx ~all"
|
IN TXT "v=spf1 mx ~all"
|
||||||
|
|
||||||
|
|
|
@ -254,21 +254,6 @@ nodes['htz.ex42-1048908'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'kunbox.net': {},
|
|
||||||
'kunsmann.eu': {
|
|
||||||
'locations': {
|
|
||||||
'/': {
|
|
||||||
'redirect': 'https://franzi.business$request_uri',
|
|
||||||
},
|
|
||||||
'/.well-known/openpgpkey': {
|
|
||||||
'alias': '/var/www/kunsmann.eu/.well-known/openpgpkey/',
|
|
||||||
'additional_config': {
|
|
||||||
'default_type application/octet-stream',
|
|
||||||
'add_header Access-Control-Allow-Origin *',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'matrix.franzi.business': {
|
'matrix.franzi.business': {
|
||||||
'locations': {
|
'locations': {
|
||||||
'/_matrix': {
|
'/_matrix': {
|
||||||
|
|
|
@ -159,6 +159,21 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'kunbox.net': {},
|
||||||
|
'kunsmann.eu': {
|
||||||
|
'locations': {
|
||||||
|
'/': {
|
||||||
|
'redirect': 'https://franzi.business$request_uri',
|
||||||
|
},
|
||||||
|
'/.well-known/openpgpkey': {
|
||||||
|
'alias': '/var/www/kunsmann.eu/.well-known/openpgpkey/',
|
||||||
|
'additional_config': {
|
||||||
|
'default_type application/octet-stream',
|
||||||
|
'add_header Access-Control-Allow-Origin *',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'unicornsden-redirect': {
|
'unicornsden-redirect': {
|
||||||
'domain': 'unicornsden.franzi.business',
|
'domain': 'unicornsden.franzi.business',
|
||||||
'ssl': '_.franzi.business',
|
'ssl': '_.franzi.business',
|
||||||
|
|
Loading…
Reference in a new issue