Add internal zone for deployment in the intranet

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-10 23:47:03 +02:00
parent 1de077d053
commit 7098e834aa
Signed by untrusted user who does not match committer: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -0,0 +1,45 @@
$TTL 604800
@ IN SOA ns1.int.finallycoffee.eu. admin.int.finallycoffee.eu. (
2019050601 ; Serial number, increase by one
43200 ; Refresh interval
7200 ; Retry interval
2419200 ; Expire Interval
86400 ; Negative Cache TTL
)
; Name Servers
IN NS ns1.int.finallycoffee.eu.
; Hosts
int.finallycoffee.eu. IN A 192.168.0.53
ns1.intfinallycoffee.eu. IN A 192.168.0.53
; Services
; Matrix & Co
chat IN CNAME int.finallycoffee.eu.
matrix IN CNAME int.finallycoffee.eu.
dimension.matrix IN CNAME int.finallycoffee.eu.
_matrix._tcp IN SRV 10 0 8448 matrix.int.finallycoffee.eu.
_matrix-identity._tcp IN SRV 10 0 443 matrix.int.finallycoffee.eu.
; Private cloud
cloud IN CNAME int.finallycoffee.eu.
office.cloud IN CNAME int.finallycoffee.eu.
; Development etc
git IN CNAME int.finallycoffee.eu.
ci IN CNAME int.finallycoffee.eu.
; Gaming servers
_minecraft._tcp.dw20.feedthebeast IN SRV 10 5 25569 int.finallycoffee.eu.
_minecraft._tcp.sevtech-ages.feedthebeast IN SRV 10 5 25568 int.finallycoffee.eu.
_minecraft._tcp.skyfactory3.feedthebeast IN SRV 10 5 25567 int.finallycoffee.eu.
_minecraft._tcp.creative.minecraft IN SRV 10 5 25566 int.finallycoffee.eu.
_minecraft._tcp.survival.minecraft IN SRV 10 5 25565 int.finallycoffee.eu.