Simple HTTP reverse proxy that dynamically manages backend services based on demand.
Go to file
2023-04-19 23:54:27 +02:00
.gitignore Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
Cargo.lock Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
Cargo.toml Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
config.toml Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
configuration.rs Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
LICENSE Initial commit 2023-04-19 23:45:51 +02:00
main.rs Created simple reverse proxy and configuration 2023-04-19 23:54:27 +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.