sing-box/constant/err.go

6 lines
116 B
Go
Raw Normal View History

2022-08-22 14:19:25 +00:00
package constant
import E "github.com/sagernet/sing/common/exceptions"
var ErrTLSRequired = E.New("TLS required")