Use canonical names for ip resolving without SRV

This commit is contained in:
Alex 2020-05-03 17:12:10 +02:00
parent aea5b3641b
commit b33fa00c76
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,6 @@ server:
local-data: "_homepage._tcp.redxen.localhost. 60 IN SRV 0 5 80 rxhome.s3-website.eu-central-1.amazonaws.com."
# Node 4
local-data: "redis.redxen.localhost. 60 IN A 10.0.0.8"
local-data: "postgres.redxen.localhost. 60 IN A 10.0.0.8"
local-data: "influxdb.redxen.localhost. 60 IN A 10.0.0.8"
local-data: "redis.redxen.localhost. 60 IN CNAME n0.redxen.localhost."
local-data: "postgres.redxen.localhost. 60 IN CNAME n0.redxen.localhost."
local-data: "influxdb.redxen.localhost. 60 IN CNAME n0.redxen.localhost."