snippetbashTip
bore — Start a local proxy to a remote server using Bore. Some subcommands such as `local` have their own u
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 serverDisplay 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 serverDisplay help
bore {{[-h|--help]}}Context
tldr-pages: linux/bore
Revisions (0)
No revisions yet.