Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

nhooyr/tlsmuxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlsmuxd

Example config

{
	"email": "[email protected]",
	"cacheDir": "/var/lib/tlsmuxd",
	"hosts": {
		"example.com": [{
			"name": "ssh",
			"addr": "localhost:906"
		}, {
			"name": "h2",
			"addr": "localhost:8080"
		}, {
			"name": "http/1.1",
			"addr": "localhost:8081"
		}, {
			"name": "",
			"addr": "localhost:8081"
		}],
		"www.example.com": [{
			"name": "h2",
			"addr": "localhost:8080"
		}, {
			"name": "http/1.1",
			"addr": "localhost:8081"
		}, {
			"name": "",
			"addr": "localhost:8081"
		}]
	}
}

TODO:

Releases

No releases published

Packages

No packages published

Languages