ing
This commit is contained in:
@@ -2,6 +2,7 @@ package matcher
|
||||
|
||||
import (
|
||||
osm "git.loafle.net/overflow/service_matcher-go"
|
||||
"git.loafle.net/overflow/service_matcher-go/echo"
|
||||
"git.loafle.net/overflow/service_matcher-go/elasticsearch"
|
||||
"git.loafle.net/overflow/service_matcher-go/ftp"
|
||||
"git.loafle.net/overflow/service_matcher-go/http"
|
||||
@@ -31,6 +32,7 @@ var (
|
||||
func init() {
|
||||
//TCP
|
||||
addTCPMatcher(ssh.NewMatcher())
|
||||
addTCPMatcher(echo.NewMatcher())
|
||||
addTCPMatcher(mongodb.NewMatcher())
|
||||
addTCPMatcher(mysql.NewMatcher())
|
||||
addTCPMatcher(redis.NewMatcher())
|
||||
|
||||
Reference in New Issue
Block a user