summaryrefslogtreecommitdiff
path: root/listener.go
AgeCommit message (Collapse)Author
2022-03-16obfsvpn: allow wrapping existing connectionsSam Whited
This can be used to add support for additional networks that we don't necessarily want to depend on in the library. Signed-off-by: Sam Whited <sam@samwhited.com>
2022-03-11obfsvpn: support gateway certificatesSam Whited
Support creating dialers and listeners from the newer gateway certificates, as well as setting the cert argument when connecting. Signed-off-by: Sam Whited <sam@samwhited.com>
2022-03-08obfsvpn: fix typo in listener docsSam Whited
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-03-04obfsvpn: initial draft library APISam Whited
Signed-off-by: Sam Whited <sam@samwhited.com>