Categorygithub.com/pablu23/domain-router
repositorypackage
0.0.0-20241106233819-403c89b06878
Repository: https://github.com/pablu23/domain-router.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Domain Router

Reverse Proxy for routing subdomains to different ports on same host machine

Configuration

test.pablu.de;8181
manga.pablu.de;8282
pablu.de;8080
<Url>;<local Port>

Building

Build executable

make build

Runnging with default config

make run