mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-05 11:21:26 +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": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||||
"server": {
|
"server": {
|
||||||
"host": "str",
|
"host": "str",
|
||||||
"interface": "match(^wg([0-9])+$)?",
|
"interface": "match(^wg([0-9])+$)?",
|
||||||
"addresses": ["str"],
|
"addresses": ["str"],
|
||||||
"dns": ["str"],
|
"dns": ["str"],
|
||||||
"private_key": "str?",
|
"private_key": "password?",
|
||||||
"public_key": "str?",
|
"public_key": "str?",
|
||||||
"fwmark": "str?",
|
"fwmark": "str?",
|
||||||
"table": "str?",
|
"table": "str?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue