From 861e1d60141c8ec52db9ac9eeac7d56d9b0f31a8 Mon Sep 17 00:00:00 2001 From: chrismcneil Date: Wed, 14 Nov 2018 04:51:19 -0500 Subject: [PATCH] Update route53.markdown (#7496) Removing 'home." from the base domain. Following this configuration previously would create the following entries: vpn.home.yourdomain.com, hassio.home.yourdomain.com, home.home.yourdomain.com. Now it will create vpn.yourdomain.com, hassio.yourdomain.com, home.yourdomain.com. --- source/_components/route53.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/route53.markdown b/source/_components/route53.markdown index a00e5e708d0..1a0fd16f4fd 100644 --- a/source/_components/route53.markdown +++ b/source/_components/route53.markdown @@ -72,7 +72,7 @@ route53: aws_access_key_id: ABC123 aws_secret_access_key: DEF456 zone: ZONEID678 - domain: home.yourdomain.com + domain: yourdomain.com records: - vpn - hassio