Categories
Posts

serve2d

Proxying multiple protocols on a single port, serve2d:

serve2 allows you to serve multiple protocols on a single socket. Example handlers include proxy, HTTP, TLS (through which HTTPS is handled), ECHO and DISCARD. More can easily be added, as long as the protocol sends some data that can be recognized. The proxy handler allows you to redirect the connection to external services, such as OpenSSH or Nginx, in case you don’t want or can’t use a Go implementation. In most cases, proxy will be sufficient.

Leave a Reply

Your email address will not be published. Required fields are marked *