🔥 Remove unused config mapping

This commit is contained in:
Franck Nijhof 2020-01-02 20:34:42 +01:00
parent 75fc3ae203
commit 416ab1c2ef
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -5,13 +5,7 @@
"description": "Fast, modern, secure VPN tunnel", "description": "Fast, modern, secure VPN tunnel",
"url": "https://github.com/hassio-addons/addon-wireguard", "url": "https://github.com/hassio-addons/addon-wireguard",
"startup": "application", "startup": "application",
"arch": [ "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"ports": { "ports": {
"80/tcp": null, "80/tcp": null,
"51820/udp": 51820 "51820/udp": 51820
@ -23,33 +17,22 @@
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "default", "hassio_role": "default",
"privileged": [ "privileged": ["NET_ADMIN"],
"NET_ADMIN" "devices": ["/dev/net/tun:/dev/net/tun:rwm"],
], "map": ["ssl:rw"],
"devices": [
"/dev/net/tun:/dev/net/tun:rwm"
],
"map": [
"config",
"ssl:rw"
],
"options": { "options": {
"server": { "server": {
"host": "myautomatedhome.duckdns.org", "host": "myautomatedhome.duckdns.org",
"addresses": [ "addresses": ["172.27.66.1"],
"172.27.66.1"
],
"dns": [] "dns": []
}, },
"peers": [ "peers": [
{ {
"name": "hassio", "name": "hassio",
"addresses": [ "addresses": ["172.27.66.2"],
"172.27.66.2" "allowed_ips": [],
], "client_allowed_ips": []
"allowed_ips": [], }
"client_allowed_ips": []
}
] ]
}, },
"schema": { "schema": {