refactor: add tls cipher whitelist for https and wss

This commit is contained in:
bjergsen zhu 2024-06-13 18:58:07 +08:00 committed by root
parent a080c85cbc
commit ae2a73dd1b
76 changed files with 12350 additions and 4218 deletions

View file

@ -7,11 +7,11 @@ import (
"reflect"
"strings"
"github.com/codegangsta/cli"
"github.com/fatih/structs"
"github.com/urfave/cli"
"github.com/yudai/hcl"
"github.com/yudai/gotty/pkg/homedir"
"github.com/bigstack-oss/gotty/pkg/homedir"
)
func GenerateFlags(options ...interface{}) (flags []cli.Flag, mappings map[string]string, err error) {