@@ -40,21 +40,28 @@ however, it is nice to know where you need to go later on.
4040
4141## Configuration
4242
43- This add-on has almost no additional configuration options for the
44- add-on itself.
43+ The add-on 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 add-on will also advertise routes to your subnets on
46+ all supported interfaces to Tailscale.
4547
46- However, when logging in to Tailscale, you can configure your Tailscale
47- network right from their interface.
48+ Consider disabling key expiry to avoid losing connection to your Home Assistant
49+ device. See [ Key expiry] [ tailscale_info_key_expiry ] for more information.
50+
51+ Logging in to Tailscale, you can configure your Tailscale network right from
52+ their interface.
4853
4954< https://login.tailscale.com/ >
5055
51- The add-on exposes "Exit Node" capabilities that you can enable from your
52- Tailscale account. Additionally, if the Supervisor managed your network (which
53- is the default), the add-on will also advertise routes to your subnets on all
54- supported interfaces to Tailscale.
56+ 1 . Navigate to the [ Machines page] [ tailscale_machines ] of the admin console, and
57+ find your Home Assistant instance.
5558
56- Consider disabling key expiry to avoid losing connection to your Home Assistant
57- device. See [ Key expiry] [ tailscale_info_key_expiry ] for more information.
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.
5865
5966``` yaml
6067accept_dns : true
@@ -89,7 +96,7 @@ userspace_networking: true
8996If you are experiencing trouble with MagicDNS on this device and wish to
9097disable, you can do so using this option.
9198
92- When not set, this option is enabled by default.
99+ This option is enabled by default.
93100
94101MagicDNS may cause issues if you run things like Pi-hole or AdGuard Home
95102on the same machine as this add-on. In such cases disabling `accept_dns`
@@ -103,7 +110,7 @@ your tailnet.
103110
104111More information : [Subnet routers][tailscale_info_subnets]
105112
106- When not set, this option is enabled by default.
113+ This option is enabled by default.
107114
108115# ## Option: `advertise_exit_node`
109116
@@ -114,7 +121,7 @@ route all your public internet traffic as needed, like a consumer VPN.
114121
115122More information : [Exit nodes][tailscale_info_exit_nodes]
116123
117- When not set, this option is enabled by default.
124+ This option is enabled by default.
118125
119126**Note:** You can't advertise this device as an exit node and at the same time
120127specify an exit node to use. See also the "Option : ` exit_node` " section of this
@@ -134,7 +141,7 @@ all nodes on the tailnet will use that IP address for their traffic egress.
134141
135142More information: [App connectors][tailscale_info_app_connectors]
136143
137- When not set, this option is enabled by default.
144+ This option is enabled by default.
138145
139146### Option: `advertise_routes`
140147
@@ -149,8 +156,8 @@ If you want to disable this option, specify an empty list in the configuration
149156
150157More information: [Subnet routers][tailscale_info_subnets]
151158
152- When not set, the add-on by default will advertise routes to your subnets on all
153- supported interfaces.
159+ The add-on by default will advertise routes to your subnets on all supported
160+ interfaces by adding `local_subnets` to the list .
154161
155162### Option: `exit_node`
156163
@@ -209,7 +216,7 @@ This option allows you to enable Tailscale Serve or Funnel features to present
209216your Home Assistant instance with a valid certificate on your tailnet or on the
210217internet.
211218
212- When not set, this option is disabled by default.
219+ This option is disabled by default.
213220
214221Tailscale can provide a TLS certificate for your Home Assistant instance within
215222your tailnet domain.
@@ -284,14 +291,14 @@ internet.
284291
285292Only ports 443, 8443, and 10000 are allowed by Tailscale.
286293
287- When not set, port 443 is used by default.
294+ Port 443 is used by default.
288295
289296### Option: `snat_subnet_routes`
290297
291298This option allows subnet devices to see the traffic originating from the subnet
292299router, and this simplifies routing configuration.
293300
294- When not set, this option is enabled by default.
301+ This option is enabled by default.
295302
296303To support advanced [Site-to-site networking][tailscale_info_site_to_site] (e.g.
297304to traverse multiple networks), you can disable this functionality, and follow
@@ -310,7 +317,7 @@ nodes, subnet routers, and app connectors), to only allow return packets for
310317existing outbound connections. Inbound packets that don't belong to an existing
311318connection are dropped.
312319
313- When not set, this option is disabled by default.
320+ This option is disabled by default.
314321
315322# ## Option: `tags`
316323
@@ -325,7 +332,7 @@ This add-on supports [Tailscale's Taildrop][tailscale_info_taildrop] feature,
325332which allows you to send files to your Home Assistant instance from other
326333Tailscale devices.
327334
328- When not set, this option is enabled by default.
335+ This option is enabled by default.
329336
330337Received files are stored in the `/share/taildrop` directory.
331338
@@ -335,7 +342,7 @@ The add-on uses [userspace networking mode][tailscale_info_userspace_networking]
335342to make your Home Assistant instance (and optionally the local subnets)
336343accessible within your tailnet.
337344
338- When not set, this option is enabled by default.
345+ This option is enabled by default.
339346
340347If you need to access other clients on your tailnet from your Home Assistant
341348instance, disable userspace networking mode, which will create a `tailscale0`
@@ -463,3 +470,4 @@ SOFTWARE.
463470[tailscale_info_tags] : https://tailscale.com/kb/1068/tags
464471[tailscale_info_taildrop] : https://tailscale.com/kb/1106/taildrop
465472[tailscale_info_userspace_networking] : https://tailscale.com/kb/1112/userspace-networking
473+ [tailscale_machines] : https://login.tailscale.com/admin/machines
0 commit comments