Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hippalus authored Sep 11, 2024
1 parent 8c3c3dd commit e53029f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ it [here](https://en.wikipedia.org/wiki/Umay).
## Features

- TLS termination and proxying
- Multiple load balancing algorithms (Round Robin, Random, Least Connection, Consistent Hashing)
- Multiple load balancing algorithms (Round Robin, Random, Least Connection, Ip Hashing)
- Dynamic backend discovery (DNS-based and local configuration)
- Configurable via TOML files and environment variables
- Configurable via YAML files and environment variables
- Metrics collection
- Graceful shutdown

## Configuration

Umay can be configured using TOML files and environment variables. See `config.rs` for available options.
Umay can be configured using YAML files and environment variables. See `config.rs` for available options.

## Quick Start

Expand Down Expand Up @@ -64,5 +64,5 @@ This project is licensed under the [MIT License](LICENSE).
We would like to acknowledge the Rust community for their excellent libraries and resources that have greatly supported
this project. Additionally, inspiration was drawn from projects
like [linkerd2-proxy](https://github.com/linkerd/linkerd2-proxy), [Pingora by Cloudflare](https://github.com/cloudflare/pingora),
and [Istio ztunnel](https://github.com/istio/ztunnel).
[Istio Ztunnel](https://github.com/istio/ztunnel) and [NGINX](https://github.com/nginx/nginx)

0 comments on commit e53029f

Please sign in to comment.