diff --git a/README.md b/README.md index 663693e6..70709e99 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/wireguard/CHANGELOG.md b/wireguard/CHANGELOG.md index 7d8a41b2..1a3c166a 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/wireguard/README.md b/wireguard/README.md index 1a61c65c..d73c17e1 100644 --- a/wireguard/README.md +++ b/wireguard/README.md @@ -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 \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index c8865b89..d9b4148d 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -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": []