8000 GitHub - happsie/roundabout
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

happsie/roundabout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roundabout

Usage

  1. Create a configuration file using .yml, see example configuration as an example
  2. Start Roundabout roundabout start

Options

  • loglevel - Possible values are info, debug and error
  • config - specify the configuration file path (default config.yml)

Example config

port: 8090
defaultTargetHost: "google.com"
services: [
		{
			name: "My Service",
			targetHost: "localhost:8080",
			paths: ["/api/my-path-v1", "/api/my-other-v1"]
		},
		{
			name: "My Service",
			targetHost: "localhost:8082",
			paths: ["/api2/my-path-v1", "/api2/my-other-v1"]
		}
	]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0