Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

10
tldr/lt
View File

@@ -10,20 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
- Start tunnel from a specific port:
`lt --port {{8000}}`
`lt {{[-p|--port]}} {{8000}}`
- Specify the upstream server doing the forwarding:
`lt --port {{8000}} --host {{host}}`
`lt {{[-p|--port]}} {{8000}} {{[-h|--host]}} {{host}}`
- Request a specific subdomain:
`lt --port {{8000}} --subdomain {{subdomain}}`
`lt {{[-p|--port]}} {{8000}} {{[-s|--subdomain]}} {{subdomain}}`
- Print basic request info:
`lt --port {{8000}} --print-requests`
`lt {{[-p|--port]}} {{8000}} --print-requests`
- Open the tunnel URL in the default web browser:
`lt --port {{8000}} --open`
`lt {{[-p|--port]}} {{8000}} {{[-o|--open]}}`