Sry to revive a very old thread. I ran into this too, then noticed that contents of
/usr/local/etc/wireguard/wg0.conf and
wg show | grep -A10 wg0
differ. If they do, the changes you made will not persist. Short version, look into what these (and related) commands do:
wg set wg0 peer 44zfpKeeWkZMUHfOd4ZgKiWxU9AEnha5NwTeqmCk7TU= remove
wg setconf wg0 /usr/local/etc/wireguard/wg0.conf
Make copies of your given files before playing, but at some point GUI and files will agree, saving you from headaches.
/usr/local/etc/wireguard/wg0.conf and
wg show | grep -A10 wg0
differ. If they do, the changes you made will not persist. Short version, look into what these (and related) commands do:
wg set wg0 peer 44zfpKeeWkZMUHfOd4ZgKiWxU9AEnha5NwTeqmCk7TU= remove
wg setconf wg0 /usr/local/etc/wireguard/wg0.conf
Make copies of your given files before playing, but at some point GUI and files will agree, saving you from headaches.
"