diff --git a/README.md b/README.md index 0e132991d..6e9345091 100644 --- a/README.md +++ b/README.md @@ -1210,10 +1210,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/ba1f26a -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/ba1f26a/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/791d842 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/791d842/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-ba1f26a-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-791d842-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 diff --git a/wireguard/CHANGELOG.md b/wireguard/CHANGELOG.md index 6300bebc8..3407e486e 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,3 +1,3 @@ -2019/08/30 16:52 UTC - [ba1f26a](https://github.com/hassio-addons/addon-wireguard/commit/ba1f26a445ca39686c6afad4239e857b9eeee228) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes CIDR for automated handling of AllowedIPs +2019/08/31 19:07 UTC - [791d842](https://github.com/hassio-addons/addon-wireguard/commit/791d842b1c8e08478fa43aecd4c1f831f1ab304c) by [@frenck](https://github.com/frenck) +> :books: Documentation and example updates diff --git a/wireguard/README.md b/wireguard/README.md index 293241b42..f04f5e56a 100644 --- a/wireguard/README.md +++ b/wireguard/README.md @@ -53,13 +53,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/ba1f26a/README.md +[docs]: https://github.com/hassio-addons/addon-wireguard/blob/791d842/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?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-ba1f26a-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/ba1f26a +[release-shield]: https://img.shields.io/badge/version-791d842-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/791d842 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index e7d5d8777..de6725b39 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "ba1f26a", + "version": "791d842", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard", @@ -35,7 +35,7 @@ ], "options": { "server": { - "host": "hassio.local", + "host": "myautomatedhome.duckdns.org", "addresses": [ "172.244.66.1" ],