aports/software-configs/unbound-redxen-config/internal.conf

21 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-10-31 15:34:48 +00:00
server:
local-zone: "redxen.localhost." static
2020-11-01 14:28:32 +00:00
# Machines
local-data: "8101153.nbg1-dc3.hetzner.redxen.localhost. 86400 IN A 10.0.0.2"
local-data: "8201371.fsn1-dc14.hetzner.redxen.localhost. 86400 IN A 10.0.0.3"
2020-11-01 14:28:32 +00:00
# Familiar names
local-data: "lain.nurnberg.redxen.localhost. 86400 IN CNAME 8101153.nbg1-dc3.hetzner.redxen.localhost."
local-data: "arisu.falkenstein.redxen.localhost. 86400 IN CNAME 8201371.fsn1-dc14.hetzner.redxen.localhost."
# Services
local-data: "_murmur._tcp.routinginfo.redxen.localhost. 60 IN SRV 0 5 7573 8201371.fsn1-dc14.hetzner.redxen.localhost."
2020-11-20 16:31:49 +00:00
local-data: "_root._tcp.routinginfo.redxen.localhost. 60 IN SRV 0 5 7574 8201371.fsn1-dc14.hetzner.redxen.localhost."
local-data: "_transmission._tcp.routinginfo.redxen.localhost. 60 IN SRV 0 5 7572 8201371.fsn1-dc14.hetzner.redxen.localhost."
local-data: "_grafana._tcp.routinginfo.redxen.localhost. 60 IN SRV 0 5 7577 8201371.fsn1-dc14.hetzner.redxen.localhost."
# Services (no CNAME/SRV support)
local-data: "postgresql.routinginfo.redxen.localhost. 86400 IN A 10.0.0.3"
2020-11-20 16:31:49 +00:00
local-data: "redis.routinginfo.redxen.localhost. 86400 IN A 10.0.0.3"