🔨 Update add-on config with new password & list features

This commit is contained in:
Franck Nijhof 2020-02-15 16:42:30 +01:00
parent 7036f9b537
commit b071d39232
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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?",