You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WireGuard::begin(): add support for pre-shared key (PSK)
Pre-shared keys allow using an additional layer of authentication
to establish more secure WireGuard tunnels.
Update the `WireGuard::begin` methods to accept an optional
`presharedKey` parameter and populate the underlying
`wireguardif_peer` struct with the provided PSK.
0 commit comments