wgsd icon indicating copy to clipboard operation
wgsd copied to clipboard

Run wgsd-client as daemon

Open himekifee opened this issue 2 years ago • 1 comments

For now, this is just a one-time script to establish connections between fairly stable positioned devices. What if one is a mobile device that will change addresses frequently? Apparently, wgsd needs to run in a daemon mode to adapt to changes. Also for now wgsd just write IP:PORT pairs to those already registered endpoints. It would be nice to have a mode propagate all endpoints connected to the registry(especially for small private networks) automatically. Since the DNS already has a query for all endpoints, I don't really see any obstacles in implementing such a mode

himekifee avatar Feb 24 '22 20:02 himekifee

See #52 for systemd timer/service definitions for periodically invoking wgsd-client.

bantu avatar Apr 26 '23 13:04 bantu