Add fully manual VPN mode
This commit is contained in:
@@ -30,14 +30,14 @@ vpn --status --json
|
||||
|
||||
Use `~/bin/vpn-lemanapro.sh` if aliases are not loaded. For repo-local code checks, `bin/vpn-lemanapro.sh --status` validates the source script, but it may not be the installed version used by the menu-bar app.
|
||||
|
||||
Do not run `vpn`, `vpn-auto`, `vpn-debug`, `vpn --manual`, or the Swift app connect action repeatedly when a connection is already connected, connecting, reconnecting, or when a live connect attempt is still running. Inspect status and logs instead:
|
||||
Do not run `vpn`, `vpn-auto`, `vpn-debug`, `vpn --manual`, `vpn --manual-full`, or the Swift app connect action repeatedly when a connection is already connected, connecting, reconnecting, or when a live connect attempt is still running. Inspect status and logs instead:
|
||||
|
||||
```sh
|
||||
tail -f ~/Library/Logs/LemanaVPN-openconnect-lite.log
|
||||
tail -f ~/Library/Logs/LemanaVPN.log
|
||||
```
|
||||
|
||||
Use `vpn --manual` before `vpn`/`vpn-auto` when debugging SSO/autofill, because manual mode shows the browser, fills fields, and does not press submit. Use `vpn-debug` only when raw logs and a visible browser are needed.
|
||||
Use `vpn --manual` before `vpn`/`vpn-auto` when debugging SSO/autofill, because manual mode shows the browser, fills fields, and does not press submit. Use `vpn --manual-full` when the form itself must be filled entirely by hand with no auto-fill. Use `vpn-debug` only when raw logs and a visible browser are needed.
|
||||
|
||||
`vpn-lemanapro.sh --patch-only` is safe for applying runtime patches without starting a VPN session.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user