[INFO] Wireguard can't use PreShared-Key

Hey all,

A while back, I noted that the LuCI app for Wireguard did not contain a location for the PreShared-Key. The current app now contains this:

https://bugs.openwrt.org/index.php?do=details&task_id=1161

But, when adding that key and rebooting, I noted it still does not work.
I've made a issue report on this:

https://github.com/openwrt/luci/issues/1798

Just an FYI.

All,

Thanks to @jow's assistance. I beleive I located the issue, and hopefully it can be worked on as time permits the developers:

When the PresharedKey was implemented into LuCI/UCI, it appears it was coded as a per Interface option. This is invalid. The PresharedKey is in fact a per Peer option. A PSK can be separately specified for each connected WG Peer.

I'll update this thread when the fix has been implemented.