mirror of
https://github.com/yudai/gotty.git
synced 2026-03-16 18:26:30 +01:00
refactor: add tls cipher whitelist for https and wss
This commit is contained in:
parent
a080c85cbc
commit
ae2a73dd1b
76 changed files with 12350 additions and 4218 deletions
10
main.go
10
main.go
|
|
@ -9,12 +9,12 @@ import (
|
|||
"strings"
|
||||
"syscall"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/yudai/gotty/backend/localcommand"
|
||||
"github.com/yudai/gotty/pkg/homedir"
|
||||
"github.com/yudai/gotty/server"
|
||||
"github.com/yudai/gotty/utils"
|
||||
"github.com/bigstack-oss/gotty/backend/localcommand"
|
||||
"github.com/bigstack-oss/gotty/pkg/homedir"
|
||||
"github.com/bigstack-oss/gotty/server"
|
||||
"github.com/bigstack-oss/gotty/utils"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue