mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Tailscale to 8dfacee
This commit is contained in:
parent
6ab1af40e3
commit
a4bd691cbf
5 changed files with 14 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
[release-shield]: https://img.shields.io/badge/version-8dfacee-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/8dfacee
|
|
@ -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?
|
||||
|
|
|
@ -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: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue