glider/features_linux.go

8 lines
187 B
Go
Raw Normal View History

package main
import (
2020-09-27 14:51:36 +08:00
// comment out the protocol you don't need to make the compiled binary smaller.
_ "github.com/nadoo/glider/proxy/redir"
_ "github.com/nadoo/glider/proxy/unix"
)