mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
001e400da3
commit
861e1d6014
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user