Clarify update checks for releases

This commit is contained in:
DuProcess
2026-06-28 09:24:20 -04:00
parent cf27ba7ddf
commit d947ccd934
3 changed files with 106 additions and 21 deletions
+5 -5
View File
@@ -54,11 +54,11 @@ dosh recover HOST # clear cached attach state and re-check
Examples:
```sh
dosh palav
dosh palav tm
dosh forward palav -L 8080:127.0.0.1:80
dosh forward palav -D 1080
dosh forward palav -R 2222:127.0.0.1:22
dosh server
dosh server tm
dosh forward server -L 8080:127.0.0.1:80
dosh forward server -D 1080
dosh forward server -R 2222:127.0.0.1:22
```
Agent forwarding is opt-in with `-A` and must be enabled on the server.