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

bore local — Start a local proxy to a remote server using Bore. More information: <https://github.com/ekzhang/bor

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

Problem

How to use the bore local command: Start a local proxy to a remote server using Bore. More information: <https://github.com/ekzhang/bore#detailed-usage>.

Solution

bore local — Start a local proxy to a remote server using Bore. 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}}


Expose a specific local host instead of localhost:
bore local {{[-l|--local-host]}} {{host}} {{[-t|--to]}} {{remote_server_address}} {{local_port}}


Specify a remote server port explicitly:
bore local {{[-t|--to]}} {{remote_server_address}} {{[-p|--port]}} {{remote_port}} {{local_port}}


Use a secret for authentication:
bore local {{[-t|--to]}} {{remote_server_address}} {{[-s|--secret]}} {{your_secret}} {{local_port}}


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

Code Snippets

Expose a local port to a remote Bore server

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

Expose a specific local host instead of `localhost`

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

Specify a remote server port explicitly

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

Use a secret for authentication

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

Display help

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

Context

tldr-pages: linux/bore local

Revisions (0)

No revisions yet.