Skip to content

Commit

Permalink
🔥 Remove unused config mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 2, 2020
1 parent 75fc3ae commit 416ab1c
Showing 1 changed file with 11 additions and 28 deletions.
39 changes: 11 additions & 28 deletions wireguard/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
"description": "Fast, modern, secure VPN tunnel",
"url": "https://github.com/hassio-addons/addon-wireguard",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"ports": {
"80/tcp": null,
"51820/udp": 51820
Expand All @@ -23,33 +17,22 @@
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"privileged": [
"NET_ADMIN"
],
"devices": [
"/dev/net/tun:/dev/net/tun:rwm"
],
"map": [
"config",
"ssl:rw"
],
"privileged": ["NET_ADMIN"],
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
"map": ["ssl:rw"],
"options": {
"server": {
"host": "myautomatedhome.duckdns.org",
"addresses": [
"172.27.66.1"
],
"addresses": ["172.27.66.1"],
"dns": []
},
"peers": [
{
"name": "hassio",
"addresses": [
"172.27.66.2"
],
"allowed_ips": [],
"client_allowed_ips": []
}
{
"name": "hassio",
"addresses": ["172.27.66.2"],
"allowed_ips": [],
"client_allowed_ips": []
}
]
},
"schema": {
Expand Down

0 comments on commit 416ab1c

Please sign in to comment.