15
dns/dns.go
15
dns/dns.go
@@ -48,21 +48,6 @@ func (m *DNSMatcher) Key() string {
|
||||
func (m *DNSMatcher) Type() string {
|
||||
return "NETWORK"
|
||||
}
|
||||
func (m *DNSMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *DNSMatcher) Version(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *DNSMatcher) OsType(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *DNSMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *DNSMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
return "DNS"
|
||||
|
||||
Reference in New Issue
Block a user