I am using embedded-dll Wireguard service (https://github.com/WireGuard/wireguard-windows/tree/master/embeddable-dll-service)
The API of the service receives as input Wireguard configuration.
If I want to add/remove peers I have to stop the service, and rerun it with new Wireguard configuration. Is there a way to do that without stopping the service? Like in Linux with wg set
command line tool.