You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connect should reuse an existing session from tx session start.
disconnect should also close a session via tx 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 connect subcommand, where the transaction went through but the wg part didn't. I didn't want to spend fees again for tx session start. I skipped the tx session connect part next time.
Then disconnect subcommand didn't work at all. I couldn't call wg-quick down wg99 because the .conf was not present at /etc/wireguard(?).
The text was updated successfully, but these errors were encountered:
connect
should reuse an existing session fromtx session start
.disconnect
should also close a session viatx session end
.I would rather prefer
connect
anddisconnect
subcommands as a wireguard wrapper and offload session start and end viatx session
only.how did I end up here and why?
connect
subcommand, where the transaction went through but thewg
part didn't. I didn't want to spend fees again fortx session start
. I skipped thetx session connect
part next time.disconnect
subcommand didn't work at all. I couldn't callwg-quick down wg99
because the.conf
was not present at/etc/wireguard
(?).The text was updated successfully, but these errors were encountered: