We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0e8f8 commit a12a203Copy full SHA for a12a203
README.md
@@ -96,7 +96,7 @@ forwarding to "https://google.com"
96
## Port flag
97
We can pass <b>-srv-port</b> flag to specify port for local servers and <b>-port</b> flag to specify port for load balancer
98
```bash
99
-./lb -port 8000 -lb-port 7000
+./lb -srv-port 8000 -port 7000
100
```
101
102
## Health check
0 commit comments