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.
This commit is contained in:
chrismcneil 2018-11-14 04:51:19 -05:00 committed by Fabian Affolter
parent 001e400da3
commit 861e1d6014

View File

@ -72,7 +72,7 @@ route53:
aws_access_key_id: ABC123 aws_access_key_id: ABC123
aws_secret_access_key: DEF456 aws_secret_access_key: DEF456
zone: ZONEID678 zone: ZONEID678
domain: home.yourdomain.com domain: yourdomain.com
records: records:
- vpn - vpn
- hassio - hassio