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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,14 @@ View available servers and locations:
60
60
61
61
### Connection Management
62
62
63
-
Connect to a server:
64
-
`sudo mbvpn connect <server>` (or the shorthand `sudo mbvpn c <server>`)
63
+
Connect to a server (will request sudo password when needed):
64
+
`mbvpn connect <server>` (or the shorthand `mbvpn c <server>`)
65
65
66
-
Disconnect from VPN:
67
-
`sudo mbvpn disconnect` (or the shorthand `sudo mbvpn d`)
66
+
Disconnect from VPN (will request sudo password when needed):
67
+
`mbvpn disconnect` (or the shorthand `mbvpn d`)
68
68
69
-
Check connection status:
70
-
`sudo mbvpn status`
69
+
Check connection status (will request sudo password when needed):
70
+
`mbvpn status`
71
71
72
72
End your session:
73
73
`mbvpn logout`
@@ -82,7 +82,7 @@ The `mbvpn logout` command deactivates your device (makes the license seat free)
82
82
83
83
### Cannot disconnect, lost internet access
84
84
85
-
Use `sudo mbvpn disconnect` (without specifying a server). The tool will attempt to disconnect from all WireGuard connections.
85
+
Use `mbvpn disconnect` (without specifying a server). The tool will attempt to disconnect from all WireGuard connections (will request sudo password when needed).
86
86
87
87
If that doesn't help, manually disconnect using WireGuard directly:
0 commit comments