Files
opennotr/opennotrd/plugins.go
2021-05-11 22:35:07 +08:00

10 lines
283 B
Go

package opennotrd
import (
// plugin import
_ "github.com/ICKelin/opennotr/opennotrd/plugin/dummy"
_ "github.com/ICKelin/opennotr/opennotrd/plugin/restyproxy"
_ "github.com/ICKelin/opennotr/opennotrd/plugin/tcpproxy"
_ "github.com/ICKelin/opennotr/opennotrd/plugin/udpproxy"
)