mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on WireGuard 0.1.1
This commit is contained in:
parent
3cf6c24358
commit
7cf30a4751
4 changed files with 19 additions and 10 deletions
|
@ -1090,10 +1090,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/v0.1.0
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/v0.1.0/README.md
|
||||
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/v0.1.1
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/v0.1.1/README.md
|
||||
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||
[wireguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/wireguard-armhf.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
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
🎉 Initial add-on release!
|
||||
[Full Changelog][changelog]
|
||||
|
||||
This releases fixed a bug where an non-private IP spaced ended up in
|
||||
the default configuration. Sorry about that.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :ambulance: Change the default IP range setting to follow RFC1918
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-wireguard/compare/v0.1.0...v0.1.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -50,13 +50,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/v0.1.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/v0.1.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-wireguard/134662?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-v0.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/v0.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/v0.1.1
|
||||
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "WireGuard",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"slug": "wireguard",
|
||||
"description": "Fast, modern, secure VPN tunnel",
|
||||
"url": "https://github.com/hassio-addons/addon-wireguard",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"server": {
|
||||
"host": "myautomatedhome.duckdns.org",
|
||||
"addresses": [
|
||||
"172.244.66.1"
|
||||
"172.27.66.1"
|
||||
],
|
||||
"dns": []
|
||||
},
|
||||
|
@ -45,7 +45,7 @@
|
|||
{
|
||||
"name": "hassio",
|
||||
"addresses": [
|
||||
"172.244.66.2"
|
||||
"172.27.66.2"
|
||||
],
|
||||
"allowed_ips": [],
|
||||
"client_allowed_ips": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue