switcher icon indicating copy to clipboard operation
switcher copied to clipboard

Run SSH and HTTP(S) on the same port

Results 5 switcher issues
Sort by recently updated
recently updated
newest added

have a try at ssl supported in my pull request. in sslh, openvpn protocol relies on ssl, so ssl protocol support is enough to identity openvpn protocol if you don't...

Currently, all auth attempts are shown from localhost which fail2ban ignores, and hence we can't ban those IPs

If we use the default handler to a Redis server, Switcher will keep the connection open forever, because Redis server is not going to initiate the close of the connection....

Will you include openvpn support?? I was trying to add it, but my knowledge about Go (and many search in google) doesn't helped in port the openvpn protocol detection from...

``` // TLS starts as // 0: 0x16 - handshake protocol magic // 1: 0x03 - SSL version major // 2: 0x00 to 0x03 - SSL version minor (SSLv3 or...