mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 10:51:23 +00:00
🔥 Remove unused config mapping
This commit is contained in:
parent
75fc3ae203
commit
416ab1c2ef
1 changed files with 11 additions and 28 deletions
|
@ -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
|
||||
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue