Use canonical names for ip resolving without SRV
This commit is contained in:
parent
aea5b3641b
commit
b33fa00c76
|
@ -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."
|
||||
|
|
Reference in New Issue