Depends on #11
Once we have a way to specify ALPN protocols in the config file, we could route traffic depending on the protocol as well, e.g.:
example.org:443 {
protocol h2
backend localhost:8080
}
example.org:443 {
protocol irc
backend localhost:6667
}