Skip to content

Commit dd667ec

Browse files
author
SamSyntax
committed
README update
1 parent bd014e4 commit dd667ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ This Go project implements a load balancer that supports two balancing methods:
1818
- `local`: Spawns the specified amount of local servers.
1919
- `external`: Reads server addresses from an external file (provided via `-path` flag).
2020
- `-path`: Specifies the path to the external `.json` or `.yaml` configuration file (used with `-env external`).
21+
- `-healthCheck`: Runs health check on external servers provided within a configuration file (used with `-path`).
22+
- `-port`: Specifies port used to run load balancer service.
23+
- `-srv-port`: Specifies port used to run local servers for testing purposes.
2124

2225
### Example Usage
2326

0 commit comments

Comments
 (0)