Skip to content
/ viceroy Public

SSL reverse proxy with Insect protocol support, based on Undertow

License

Notifications You must be signed in to change notification settings

lyind/viceroy

Repository files navigation

Viceroy

Simple proxy server based on Undertow exporting services discovered via Insect discovery protocol.

Usage

Configure path prefix to route (PREFIX=ROUTE) mappings via command line options:

--viceroy.map /app/help=help-service
--viceroy.map /item=item

Requests to the path /app/help/item3 would be proxied to the service help-service and path /item3.

About

SSL reverse proxy with Insect protocol support, based on Undertow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages