cli-client
cli-client copied to clipboard
`connect` and `disconnect` subcommands
-
connectshould reuse an existing session fromtx session start. -
disconnectshould also close a session viatx session end.
I would rather prefer connect and disconnect subcommands as a wireguard wrapper and offload session start and end via tx session only.
how did I end up here and why?
- I used
connectsubcommand, where the transaction went through but thewgpart didn't. I didn't want to spend fees again fortx session start. I skipped thetx session connectpart next time. - Then
disconnectsubcommand didn't work at all. I couldn't callwg-quick down wg99because the.confwas not present at/etc/wireguard(?).