Simple HTTP reverse proxy that dynamically manages backend services based on demand.
Go to file
2023-06-23 01:32:17 +02:00
.gitignore Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
Cargo.lock Added config reloading 2023-06-23 01:32:17 +02:00
Cargo.toml Added config reloading 2023-06-23 01:32:17 +02:00
conf.rs Added config reloading 2023-06-23 01:32:17 +02:00
config.yml Changed config & data structure 2023-06-15 18:09:58 +02:00
data.rs Added config reloading 2023-06-23 01:32:17 +02:00
LICENSE Initial commit 2023-04-19 23:45:51 +02:00
main.rs Added config reloading 2023-06-23 01:32:17 +02:00
README.md Initial commit 2023-04-19 23:45:51 +02:00
services.rs Added config reloading 2023-06-23 01:32:17 +02:00

odproxy

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