err.go 116 B

12345
  1. package constant
  2. import E "github.com/sagernet/sing/common/exceptions"
  3. var ErrTLSRequired = E.New("TLS required")