From a4bd691cbfa0041c4f7e2343711226379035ba3c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 29 Apr 2023 11:37:20 +0000 Subject: [PATCH] :arrow_up: Updating add-on Tailscale to 8dfacee --- README.md | 6 +++--- tailscale/CHANGELOG.md | 1 + tailscale/README.md | 4 ++-- tailscale/config.yaml | 3 ++- tailscale/translations/en.yaml | 6 ++++++ 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0a5893e75..06bc4d5c2 100644 --- a/README.md +++ b/README.md @@ -939,10 +939,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/04890f2 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/04890f2/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/8dfacee +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/8dfacee/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-04890f2-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-8dfacee-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-yes-green.svg diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index fa574aa48..a30093c33 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.11.1 +- Make accepting magicDNS optional (#194) - Drop userspace networking (#181) - Device limit update in DOCS.md (#192) diff --git a/tailscale/README.md b/tailscale/README.md index 805357ced..df4760495 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-04890f2-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/04890f2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-8dfacee-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/8dfacee \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 520af3ab2..7545b0cfd 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -1,5 +1,5 @@ name: Tailscale -version: 04890f2 +version: 8dfacee slug: tailscale description: Zero config VPN for building secure networks url: https://github.com/hassio-addons/addon-tailscale @@ -26,6 +26,7 @@ devices: map: - share:rw schema: + accept_dns: bool? advertise_exit_node: bool? log_level: list(trace|debug|info|notice|warning|error|fatal)? login_server: url? diff --git a/tailscale/translations/en.yaml b/tailscale/translations/en.yaml index ed7ee6852..bf1204270 100644 --- a/tailscale/translations/en.yaml +++ b/tailscale/translations/en.yaml @@ -1,5 +1,11 @@ --- configuration: + accept_dns: + name: Accept DNS + description: >- + If you are experiencing trouble with MagicDNS on this device and wish to + disable, you can do so using this option. + When not set, this option is enabled by default. advertise_exit_node: name: Advertise as an exit node description: >-