@@ -40,11 +40,6 @@ however, it is nice to know where you need to go later on.
4040
4141## Configuration
4242
43- The app by default exposes "Exit Node" capabilities that you can enable from
44- your Tailscale account. Additionally, if the Supervisor managed your network
45- (which is the default), the app will also advertise routes to your subnets on
46- all supported interfaces to Tailscale.
47-
4843Consider disabling key expiry to avoid losing connection to your Home Assistant
4944device. See [ Key expiry] [ tailscale_info_key_expiry ] for more information.
5045
@@ -53,16 +48,6 @@ their interface.
5348
5449< https://login.tailscale.com/ >
5550
56- 1 . Navigate to the [ Machines page] [ tailscale_machines ] of the admin console, and
57- find your Home Assistant instance.
58-
59- 1 . Click on the ** &hellip ; ** icon at the right side and select the "Edit route
60- settings..." option. The "Exit node" and "Subnet routes" functions can be
61- enabled here.
62-
63- 1 . Click on the ** &hellip ; ** icon at the right side and select the "Disable key
64- expiry" option.
65-
6651``` yaml
6752accept_dns : true
6853accept_routes : false
@@ -162,6 +147,16 @@ subnets on all supported interfaces.
162147
163148More information: [Subnet routers][tailscale_info_subnets]
164149
150+ **Note:** After you add subnets to this option, you also has to enable them on
151+ Tailscale's admin console.
152+
153+ 1. Navigate to the [Machines page][tailscale_machines] of the admin console, and
154+ find your Home Assistant instance.
155+
156+ 1. Click on the **…** icon at the right side and select the " Edit route
157+ settings..." option. The "Exit node" and "Subnet routes" functions can be
158+ enabled here.
159+
165160# ## Option: `advertise_tags`
166161
167162This option allows you to specify specific tags for this Tailscale instance.
@@ -190,6 +185,16 @@ section of this documentation.
190185**Note:** The `exit-node-allow-lan-access` option is always enabled when an exit
191186node is specified. This is required by the Home Assistant environment.
192187
188+ **Note:** After you enable this option, you also has to enable it on Tailscale's
189+ admin console.
190+
191+ 1. Navigate to the [Machines page][tailscale_machines] of the admin console, and
192+ find your Home Assistant instance.
193+
194+ 1. Click on the **…** icon at the right side and select the " Edit route
195+ settings..." option. The "Exit node" and "Subnet routes" functions can be
196+ enabled here.
197+
193198# ## Option: `log_level`
194199
195200Optionally enable tailscaled debug messages in the app's log. Turn it on only
0 commit comments