Keukeiland / KeukNet

The source-code of the KeukNet connection web interface.
https://keuk.net/
Mozilla Public License 2.0
0 stars 0 forks source link

WireGuard does not refresh properly #3

Closed fizitzfux closed 5 months ago

fizitzfux commented 5 months ago

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.

fizitzfux commented 5 months ago

Fixed in 9048095f1c48084bc1acf36abb519480f35ff850, will be merged with 2.1.0.