mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Tailscale to 1fc21f2
This commit is contained in:
parent
4af0dfeca8
commit
421a0213f4
5 changed files with 10 additions and 10 deletions
|
@ -1068,10 +1068,10 @@ SOFTWARE.
|
||||||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||||
[vscode-i386-shield]: https://img.shields.io/badge/i386-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/838b93e
|
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/1fc21f2
|
||||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/838b93e/README.md
|
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/1fc21f2/README.md
|
||||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||||
[tailscale-version-shield]: https://img.shields.io/badge/version-838b93e-blue.svg
|
[tailscale-version-shield]: https://img.shields.io/badge/version-1fc21f2-blue.svg
|
||||||
[tailscale-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# Changelog since v0.22.1
|
# Changelog since v0.22.1
|
||||||
|
- Update add-on docs to match updated Tailscale docs (#416)
|
||||||
- ⬆️ Update Add-on base image to v16.3.3
|
- ⬆️ Update Add-on base image to v16.3.3
|
||||||
- ⬆️ Update tailscale/tailscale to v1.76.0
|
- ⬆️ Update tailscale/tailscale to v1.76.0
|
||||||
|
|
|
@ -281,9 +281,8 @@ When not set, this option is enabled by default.
|
||||||
|
|
||||||
To support advanced [Site-to-site networking][tailscale_info_site_to_site] (eg.
|
To support advanced [Site-to-site networking][tailscale_info_site_to_site] (eg.
|
||||||
to traverse multiple networks), you can disable this functionality, and follow
|
to traverse multiple networks), you can disable this functionality, and follow
|
||||||
steps 2 and 3 as described on [Site-to-site
|
steps from step 3 on [Site-to-site networking][tailscale_info_site_to_site]. But
|
||||||
networking][tailscale_info_site_to_site]. But do it only when you really
|
do it only when you really understand why you need this.
|
||||||
understand why you need this.
|
|
||||||
|
|
||||||
### Option: `stateful_filtering`
|
### Option: `stateful_filtering`
|
||||||
|
|
||||||
|
@ -324,7 +323,7 @@ instance, disable userspace networking mode, which will create a `tailscale0`
|
||||||
network interface on your host.
|
network interface on your host.
|
||||||
|
|
||||||
If you want to access other clients on your tailnet even from your local subnet,
|
If you want to access other clients on your tailnet even from your local subnet,
|
||||||
follow steps 2 and 3 as described on [Site-to-site
|
follow steps from step 3 on [Site-to-site
|
||||||
networking][tailscale_info_site_to_site].
|
networking][tailscale_info_site_to_site].
|
||||||
|
|
||||||
In case your local subnets collide with subnet routes within your tailnet, your
|
In case your local subnets collide with subnet routes within your tailnet, your
|
||||||
|
|
|
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-838b93e-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-1fc21f2-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/838b93e
|
[release]: https://github.com/hassio-addons/addon-tailscale/tree/1fc21f2
|
|
@ -1,5 +1,5 @@
|
||||||
name: Tailscale
|
name: Tailscale
|
||||||
version: 838b93e
|
version: 1fc21f2
|
||||||
slug: tailscale
|
slug: tailscale
|
||||||
description: Zero config VPN for building secure networks
|
description: Zero config VPN for building secure networks
|
||||||
url: https://github.com/hassio-addons/addon-tailscale
|
url: https://github.com/hassio-addons/addon-tailscale
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue