diff --git a/README.md b/README.md index bbc63c342..cbb816951 100644 --- a/README.md +++ b/README.md @@ -1068,10 +1068,10 @@ SOFTWARE. [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/6810dd3 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/6810dd3/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/b605a87 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/b605a87/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-6810dd3-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-b605a87-blue.svg [tailscale-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tailscale-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index 7f37e450f..18d5b84e1 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,5 +1,2 @@ -# Changelog since v0.23.2 -- Fix subnet protection for non-full network states (eg. limited, etc.) (#419) -- ⬆️ Update Add-on base image to v16.3.6 (#425) - -Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +# Changelog since v0.23.3 +- Update docs with DNS settings (#428) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index aa7bdee6d..35390ddda 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -320,7 +320,9 @@ When not set, this option is enabled by default. If you need to access other clients on your tailnet from your Home Assistant instance, disable userspace networking mode, which will create a `tailscale0` -network interface on your host. +network interface on your host. To be able to address those clients not only +with their tailnet IP, but with their tailnet name, you have to configure Home +Assistant's DNS options also. If you want to access other clients on your tailnet even from your local subnet, follow steps from step 3 on [Site-to-site diff --git a/tailscale/README.md b/tailscale/README.md index 57e8a9a5c..36450b6e0 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -48,5 +48,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-6810dd3-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/6810dd3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-b605a87-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/b605a87 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 2b598b345..c71ef4025 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,5 +1,5 @@ name: Tailscale -version: 6810dd3 +version: b605a87 slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/hassio-addons/addon-tailscale