Skip to content

fiorix/go-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP listener for Go

Build Status GoDoc

This is an implementation of the net.Listener interface for Go with support for:

  • TCP fast open RFC 7413
  • TLS configuration with optional client authentication
  • Optional HTTP/2 over TLS to use with net/http#Server
  • Automatic TLS configuration using letsencrypt.org
  • Command line configuration via environment variables, using envconfig
  • Command line configuration via flags, which also work for cobra

About

TCP listener on roids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages