Skip to content

Commit

Permalink
fix customizing post_up or post_down commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmoby committed Apr 5, 2021
1 parent 875bbbf commit 996c32c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions wireguard_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 🧰 Maintenance

- Add the PostUp and PostDown custom parameters

## 🧰 Maintenance

- Update add-on configuration for Supervisor 2021.2
Expand Down
6 changes: 4 additions & 2 deletions wireguard_client/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"WireGuard Client",
"version":"0.1.2",
"version":"0.1.3",
"slug":"wireguard_client",
"description":"Fast, modern, secure Wireguard tunnel (client)",
"url":"https://github.com/bigmoby/addon-wireguard-client",
Expand Down Expand Up @@ -57,7 +57,9 @@
"address": "str",
"dns":[
"str"
]
],
"post_up": "str",
"post_down": "str"
},
"peer":{
"public_key":"str?",
Expand Down

0 comments on commit 996c32c

Please sign in to comment.