0.1.2 • Published 6 years ago

teletunnel-protocols v0.1.2

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
6 years ago

teletunnel-protocols

Protocol definitions and matchers for the teletunnel protocol

API

Protocols(options):

options are the individual per-protocol options that are needed for some protos to work

This object can also be used to disable protos by setting the proto name to false

Protocols

  • ssh: SSH-2.0 Protocol. Does not support /stream
  • ssl: SSL/TLS as provided by the tls module
    • connection: SSL/TLS options as documented » here