Simple HTTP reverse proxy that dynamically manages backend services based on demand.
Go to file
2023-04-21 16:44:21 +02:00
.gitignore Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
Cargo.lock Multi-host support and listen address configuration 2023-04-21 16:44:21 +02:00
Cargo.toml Multi-host support and listen address configuration 2023-04-21 16:44:21 +02:00
conf.rs Multi-host support and listen address configuration 2023-04-21 16:44:21 +02:00
config.toml Multi-host support and listen address configuration 2023-04-21 16:44:21 +02:00
data.rs Multi-host support and listen address configuration 2023-04-21 16:44:21 +02:00
LICENSE Initial commit 2023-04-19 23:45:51 +02:00
main.rs Multi-host support and listen address configuration 2023-04-21 16:44:21 +02:00
README.md Initial commit 2023-04-19 23:45:51 +02:00

odproxy

Simple HTTP reverse proxy that dynamically manages backend services based on demand.