Forrest logo
back to context overview

lt

List of commands for lt:

  • lt:tldr:3b473 lt: Specify the upstream server doing the forwarding.
    $ lt --port ${8000} --host ${host}
    try on your machine
    explain this command
  • lt:tldr:99b92 lt: Start tunnel from a specific port.
    $ lt --port ${8000}
    try on your machine
    explain this command
  • lt:tldr:bfd58 lt: Open the tunnel URL in the default web browser.
    $ lt --port ${8000} --open
    try on your machine
    explain this command
  • lt:tldr:c367a lt: Request a specific subdomain.
    $ lt --port ${8000} --subdomain ${subdomain}
    try on your machine
    explain this command
  • lt:tldr:f1104 lt: Print basic request info.
    $ lt --port ${8000} --print-requests
    try on your machine
    explain this command
back to context overview