mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 23:55:22 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/lt
10
tldr/lt
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user