From b071d39232b0522865d402d34dfdd036aa0e6a4e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Feb 2020 16:42:30 +0100 Subject: [PATCH] :hammer: Update add-on config with new password & list features --- wireguard/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireguard/config.json b/wireguard/config.json index 68951c8..4d06fc3 100755 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -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?",