wg.begin( local_ip, private_key, endpoint_address, public_key, endpoint_port, preshared_key); When I add the pre-shared key in the function, I can't connect to the peer. Does anyone know why?
wg.begin(
local_ip,
private_key,
endpoint_address,
public_key,
endpoint_port,
preshared_key);
When I add the pre-shared key in the function, I can't connect to the peer. Does anyone know why?