Files
openlan/pkg/proxy/ss/config.go
2022-07-29 23:38:54 +08:00

10 lines
109 B
Go
Executable File

package ss
import "time"
var config struct {
Verbose bool
UDPTimeout time.Duration
TCPCork bool
}