mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
⬆️ Updating add-on WireGuard to 29e2a4f
This commit is contained in:
parent
737a30e07c
commit
32311dec1f
5 changed files with 8 additions and 7 deletions
|
@ -1094,10 +1094,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-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/347e774
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/347e774/README.md
|
||||
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/29e2a4f
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/29e2a4f/README.md
|
||||
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-347e774-blue.svg
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-29e2a4f-blue.svg
|
||||
[wireguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[wireguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v0.5.1
|
||||
- 📚 Minor documentation tweak (#108)
|
||||
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#105)
|
||||
|
||||
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
|
||||
|
|
|
@ -204,7 +204,7 @@ This is an identifier for you. It helps you to know what this peer is, e.g.,
|
|||
This name is also used for creating the directory in `/ssl/wireguard` where
|
||||
the generated client configuration and QR codes are stored. Therefore, a name
|
||||
has a maximum of 32 characters, can only contain A-Z (or a-z) and 0-9.
|
||||
Names contain a hyphen (-) but must not start or end with one.
|
||||
Names may contain a hyphen (-) but must not start or end with one.
|
||||
|
||||
### Option: `peers.addresses`
|
||||
|
||||
|
|
|
@ -57,6 +57,6 @@ 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-347e774-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/347e774
|
||||
[release-shield]: https://img.shields.io/badge/version-29e2a4f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/29e2a4f
|
||||
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "WireGuard",
|
||||
"version": "347e774",
|
||||
"version": "29e2a4f",
|
||||
"slug": "wireguard",
|
||||
"description": "Fast, modern, secure VPN tunnel",
|
||||
"url": "https://github.com/hassio-addons/addon-wireguard",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue