Skip to content

Commit 9e988a4

Browse files
committed
Increase the Cargo version and add feature line
1 parent 9adb9b9 commit 9e988a4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "layer4-proxy"
3-
version = "0.6.1"
3+
version = "0.7.1"
44
edition = "2021"
55
authors = ["Aleksandar Lazic <al-git001@none.at>","Jacob Kiers <code@kiers.eu>"]
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Use Upstream HTTP proxy with `via` keyword
1414
- Offer simple HTTP/1.1 health check
1515
- Lookup environment variables with in `${...}`
16+
- Limit client connection by server `maxclients`
1617

1718
## Sequence diagram
1819

0 commit comments

Comments
 (0)