When a user creates a new profile WireGuard is supposed to be refreshing the loaded clients so that the profile can connect to the network. Currently this is not working properly and requires the whole WireGuard interface to be toggled using wg-quick down wg0 && wg-quick up wg0, which disconnects all current clients.
The faulty command is wg syncconf wg0 <(wg-quick strip /path/to/wg0.conf).
This should be fixed ASAP as it breaks the main feature.
When a user creates a new profile WireGuard is supposed to be refreshing the loaded clients so that the profile can connect to the network. Currently this is not working properly and requires the whole WireGuard interface to be toggled using
wg-quick down wg0 && wg-quick up wg0
, which disconnects all current clients.The faulty command is
wg syncconf wg0 <(wg-quick strip /path/to/wg0.conf)
. This should be fixed ASAP as it breaks the main feature.