Added MQTT detection
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
const (
|
||||
ProtocolDNS = "dns"
|
||||
ProtocolHTTP = "http"
|
||||
ProtocolMQTT = "mqtt"
|
||||
ProtocolMySQL = "mysql"
|
||||
ProtocolPostgreSQL = "postgresql"
|
||||
ProtocolSSH = "ssh"
|
||||
|
Reference in New Issue
Block a user