add-peer uses old innernet-server external-endpoint
The external IP address of one of my innernet servers changed, unfortunately; I can change external-endpoint in the client conf files, which works fine -- the clients are connected -- but when I run innernet add-peer on clients that are admins, the .toml file generated has the old external-endpoint. Is there a place/way to update that? I thought I had seen a relevant issue already, but I can't find it. I've also seen https://github.com/tonarino/innernet/discussions/217 which I think doesn't address this. Thanks!
Hi, I believe the external endpoint for the server is stored in /etc/innernet/<INTERFACE>.conf
You could edit the server's external endpoint there. Though I agree it would be nice to update this field when the server's endpoint is changed so you don't have to change this manually.
Thanks -- yes, I can definitely work around this by editing the conf file before installing it on the client.