diff options
author | Lukas Voegl <lvoegl@tdt.de> | 2022-03-18 14:47:44 +0100 |
---|---|---|
committer | Lukas Voegl <lvoegl@tdt.de> | 2022-03-18 14:47:44 +0100 |
commit | b6925a12277224b4a02dc1febb58de8d4d6fdbe0 (patch) | |
tree | 0e8bdfa370716cbbffea5c210119cd54521104f7 /protocols/luci-proto-wireguard/root/usr/share/rpcd | |
parent | f27fe280aa7a1d39de7144298541bfac8bb59f7f (diff) |
luci-proto-wireguard: add generate psk button
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Diffstat (limited to 'protocols/luci-proto-wireguard/root/usr/share/rpcd')
-rw-r--r-- | protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json b/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json index aa949b9d14..9d0a561411 100644 --- a/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json +++ b/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json @@ -6,7 +6,8 @@ "luci.wireguard": [ "generateKeyPair", "getPublicAndPrivateKeyFromPrivate", - "generateQrCode" + "generateQrCode", + "generatePsk" ] } } |