← 返回命令列表

Linux command

bore 命令

趣味

复制后可按需替换文件名、目录或参数。

常用示例

Expose

bore local -t [remote_server_address] [local_port]

Start

bore server

Example

bore -h

说明

bore is a modern, simple TCP tunnel that exposes local ports to a remote server for public access. It allows making local services accessible from the internet without complex port forwarding or firewall configuration. The tool consists of a client that connects local ports to a remote bore server, which then provides a public endpoint for incoming connections.

参数

-t, --to _address_
Remote bore server address
-h, --help
Display help information

FAQ

What is the bore command used for?

bore is a modern, simple TCP tunnel that exposes local ports to a remote server for public access. It allows making local services accessible from the internet without complex port forwarding or firewall configuration. The tool consists of a client that connects local ports to a remote bore server, which then provides a public endpoint for incoming connections.

How do I run a basic bore example?

Run `bore local -t [remote_server_address] [local_port]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t, --to _address_ do in bore?

Remote bore server address