diff --git a/README.md b/README.md index 79ca2e8ef..22c92357c 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/d557dda -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/d557dda/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/36e48fe +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/36e48fe/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-d557dda-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-36e48fe-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 eeea3b327..7ac13d2c0 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,3 +1,3 @@ -2019/08/26 16:26 UTC - [d557dda](https://github.com/hassio-addons/addon-wireguard/commit/d557dda1eadce6a27452223d2fb37b5179682878) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes issue with storage folders +2019/08/26 20:16 UTC - [36e48fe](https://github.com/hassio-addons/addon-wireguard/commit/36e48fec7f464d5a9eab137dd35650cbf37b18b3) by [@frenck](https://github.com/frenck) +> :sparkles: Adds support for forwarding traffic diff --git a/wireguard/README.md b/wireguard/README.md index b0f5f915e..c00c7d7ec 100644 --- a/wireguard/README.md +++ b/wireguard/README.md @@ -53,12 +53,12 @@ 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/d557dda/README.md +[docs]: https://github.com/hassio-addons/addon-wireguard/blob/36e48fe/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-d557dda-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/d557dda \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-36e48fe-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/36e48fe \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index 42120913c..114ba2783 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "d557dda", + "version": "36e48fe", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard", @@ -36,8 +36,8 @@ "10.10.0.1/16" ], "dns": [ - "8.8.8.8", - "8.8.4.4" + "1.1.1.1", + "9.9.9.9" ] }, "peers": [ @@ -62,7 +62,9 @@ "dns": [ "str" ], - "private_key": "str?" + "private_key": "str?", + "post_up": "str?", + "post_down": "str?" }, "peers": [ {