mirror of
https://github.com/ICKelin/opennotr.git
synced 2025-09-26 20:01:13 +08:00
10 lines
283 B
Go
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"
|
|
)
|