sing-box/constant/err.go
2022-08-22 22:20:19 +08:00

6 lines
116 B
Go

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