telebit/rvpn
Henry Camacho d611757b10 Support for generic listeners, with protocol detection
- connectionWedge supports reading from a connection without consuming bytes (peeking)
- allowing protocol detection
- was still connections to 3502, it will support any port (443), admin follows this port.
- matches RVPN.DAPLIE.INVALID and redirects to admin — AJ to provide authentication framework.
- api/servers is also served by this path as we’ll.
- listener_generic is the beginngins of protocol detections.
- listener_wedge is an matches the net.Listener interface, and allows passing to other processes an already accepted connection
- this does not work for HTTP for some reason.
- spent a lot of time trying to figure out why.  Posted to go-nuts
2017-02-24 23:56:40 -06:00
..
admin Testing for AJ 2017-02-18 15:21:36 -06:00
client Correcting Critical Bug 2017-02-19 14:05:06 -06:00
connection Various fixes 2017-02-20 20:41:32 -06:00
external Various fixes 2017-02-20 20:41:32 -06:00
genericlistener Support for generic listeners, with protocol detection 2017-02-24 23:56:40 -06:00
html Restructured project abstracting modules, using Caddy as a guide. 2017-02-11 22:13:29 -06:00
instrumentation Restructured project abstracting modules, using Caddy as a guide. 2017-02-11 22:13:29 -06:00
matching Testing for AJ 2017-02-18 15:21:36 -06:00
packer Correcting Critical Bug 2017-02-19 14:05:06 -06:00
rvpnmain Support for generic listeners, with protocol detection 2017-02-24 23:56:40 -06:00
xlate lots of changes 2017-02-12 14:39:50 -06:00