Skip to content

Commit 861e1d6

Browse files
chrismcneilfabaff
authored andcommitted
Update route53.markdown (home-assistant#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.
1 parent 001e400 commit 861e1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/route53.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ route53:
7272
aws_access_key_id: ABC123
7373
aws_secret_access_key: DEF456
7474
zone: ZONEID678
75-
domain: home.yourdomain.com
75+
domain: yourdomain.com
7676
records:
7777
- vpn
7878
- hassio

0 commit comments

Comments
 (0)