HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bore — Start a local proxy to a remote server using Bore. Some subcommands such as `local` have their own u

Submitted by: @import:tldr-pages··
0
Viewed 0 times
servercommandlocalstartproxycliremotebore
linux

Problem

How to use the bore command: Start a local proxy to a remote server using Bore. Some subcommands such as local have their own usage documentation. More information: <https://github.com/ekzhang/bore#detailed-usage>.

Solution

bore — Start a local proxy to a remote server using Bore. Some subcommands such as local have their own usage documentation. More information: <https://github.com/ekzhang/bore#detailed-usage>.

Expose a local port to a remote Bore server:
bore local {{[-t|--to]}} {{remote_server_address}} {{local_port}}


Start a Bore server:
bore server


Display help:
bore {{[-h|--help]}}

Code Snippets

Expose a local port to a remote Bore server

bore local {{[-t|--to]}} {{remote_server_address}} {{local_port}}

Start a Bore server

bore server

Display help

bore {{[-h|--help]}}

Context

tldr-pages: linux/bore

Revisions (0)

No revisions yet.