Skip to content

phelian/go-vhostd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-vhostd

Simple virtual host HTTP request solver.

Edit Configuration

"vhosts": [
	{
		"vhost": "example.com",
		"host": "127.0.0.1:5000"
	},
	{
		"vhost": "otherexample.nu",
		"host": "127.0.0.1:8000"
	}
]

To start proxying http requests from to

About

Simple virtual host HTTP request solver in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages