Add middleware

This commit is contained in:
Pablu23
2024-11-05 16:44:41 +01:00
parent c3066da440
commit 91d128dbeb
7 changed files with 162 additions and 95 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Domain Router
Reverse Proxy for routing subdomains to different ports on same host machine
## Configuration
```csv
test.pablu.de;8181
manga.pablu.de;8282
pablu.de;8080
<Url>;<local Port>
```
## Building
### Build executable
```sh
make build
```
### Runnging with default config
```sh
make run
```