Skip to content

Commit

Permalink
Update amneziawg.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo6oT authored Sep 19, 2024
1 parent 15b623a commit c18e98f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
var generateKey = rpc.declare({
object: "luci.amneziawg",
method: "generateKeyPair",
expect: { keys: {} },
expect: { keys: {} }
});

var getPublicAndPrivateKeyFromPrivate = rpc.declare({
object: "luci.amneziawg",
method: "getPublicAndPrivateKeyFromPrivate",
params: ["privkey"],
expect: { keys: {} },
expect: { keys: {} }
});

var generatePsk = rpc.declare({
object: "luci.amneziawg",
method: "generatePsk",
expect: { psk: "" },
expect: { psk: "" }
});

var qrIcon =
Expand Down

0 comments on commit c18e98f

Please sign in to comment.