bore, bore-local: add page (#17889)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Daniel
2025-08-31 01:58:36 +06:00
committed by GitHub
parent d15162522d
commit ab2ea71bd7
2 changed files with 41 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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]}}`
+17
View File
@@ -0,0 +1,17 @@
# 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]}}`