internal: add resolution for matrix services

This commit is contained in:
Johanna Dorothea Reichmann 2019-06-02 22:44:02 +02:00
parent c33e8633e0
commit 53e15debe1
Signed by untrusted user who does not match committer: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,18 @@
$TTL 604800
@ IN SOA chat.finallycoffee.eu. admin.matrix.finallycoffee.eu. (
5 ; Serial
604800 ; Refresh Interval
86400 ; Retry Interval
2419200 ; Expire Interval
604800 ; Negative Cache TTL
);
; name servers
IN NS iodine.finallycoffee.eu.
; hosts in 192.168.0
iodine.finallycoffee.eu. IN A 192.168.0.53
chat.finallycoffee.eu. IN A 192.168.0.53

View File

@ -0,0 +1,23 @@
$TTL 604800
@ IN SOA matrix.finallycoffee.eu. admin.matrix.finallycoffee.eu. (
5 ; Serial
604800 ; Refresh Interval
86400 ; Retry Interval
2419200 ; Expire Interval
604800 ; Negative Cache TTL
);
; name servers
IN NS iodine.finallycoffee.eu.
; hosts in 192.168.0
iodine.finallycoffee.eu. IN A 192.168.0.53
matrix.finallycoffee.eu. IN A 192.168.0.53
dimension.matrix.finallycoffee.eu. IN CNAME matrix.finallycoffee.eu.
_matrix._tcp.finallycoffee.eu. IN SRV 10 5 8448 matrix.finallycoffee.eu.
_matrix-identity._tcp.finallycoffee.eu. IN SRV 10 5 443 matrix.finallycoffee.eu.