You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This will expose your local port at `localhost:8000` to the public internet at `
19
19
20
20
Similar to [localtunnel](https://github.com/localtunnel/localtunnel) and [ngrok](https://ngrok.io/), except `bore` is intended to be a highly efficient, unopinionated tool for forwarding TCP traffic that is simple to install and easy to self-host, with no frills attached.
21
21
22
-
(`bore` totals less than 400 lines of safe, async Rust code and is trivial to set up — just run a single binary for the client and server.)
22
+
(`bore` totals about 400 lines of safe, async Rust code and is trivial to set up — just run a single binary for the client and server.)
23
23
24
24
## Installation
25
25
@@ -93,7 +93,8 @@ Runs the remote proxy server
93
93
Usage: bore server [OPTIONS]
94
94
95
95
Options:
96
-
--min-port <MIN_PORT> Minimum TCP port number to accept [default: 1024]
96
+
--min-port <MIN_PORT> Minimum accepted TCP port number [default: 1024]
97
+
--max-port <MAX_PORT> Maximum accepted TCP port number [default: 65535]
97
98
-s, --secret <SECRET> Optional secret for authentication [env: BORE_SECRET]
0 commit comments