mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 10:51:23 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
7036f9b537
commit
b071d39232
1 changed files with 2 additions and 2 deletions
|
@ -36,13 +36,13 @@
|
|||
]
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"server": {
|
||||
"host": "str",
|
||||
"interface": "match(^wg([0-9])+$)?",
|
||||
"addresses": ["str"],
|
||||
"dns": ["str"],
|
||||
"private_key": "str?",
|
||||
"private_key": "password?",
|
||||
"public_key": "str?",
|
||||
"fwmark": "str?",
|
||||
"table": "str?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue