From d34159b4b6ccc438381a66443aa48a183eb16cd0 Mon Sep 17 00:00:00 2001 From: Filip Znachor Date: Fri, 4 Aug 2023 00:11:36 +0200 Subject: [PATCH] Improved README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index b2b020b..f4ce2dc --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # odproxy -Simple HTTP reverse proxy that dynamically manages backend services based on demand. \ No newline at end of file +Simple HTTP reverse proxy that dynamically manages backend services based on demand. + +Find yourself ever in a situation where you don't have a lot of resources and you run a lot of different services on your server that nobody uses most of the time? Then odproxy is for you! + +## Features + +- configurable **listening address** and **port** +- **multiple** configured **hosts** with **multiple hostnames** +- automatic process **spawning** based on demand +- **logging** cases of **unknown hostnames** + +### In future releases + +- listening on socket +- start and stop command mode \ No newline at end of file