On Wed, 16 May 2018 05:22:05 +0000 (UTC) reiner otto <[email protected]> wrote:
> Then individual keys for the clients, sigh. > > Which leads to next question: > When adding a new client to the servers wg0.conf, > does it require a restart of wg, _OR_ is it safe to simply "edit" wg0.conf, > adding the clients info ? > > Cheers, > Reiner > > > _______________________________________________ > WireGuard mailing list > [email protected] > https://lists.zx2c4.com/mailman/listinfo/wireguard You don't need to restart, just use "wg addconf" or "wg setconf". Or if you don't (want to) use the ini config format, for some reason, using "wg set peer <base64-public-key>" directly should also work. _______________________________________________ WireGuard mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
