Skip to content

Commit

Permalink
fix: filter missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
Esonhugh committed Oct 19, 2024
1 parent ed2966a commit d3e9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var RootCmd = &cobra.Command{
pkg.NetResolver.SetFilter(rules)
}
for _, rules := range Opts.FilterStrings {
pkg.NetResolver.SetFilter(rules)
pkg.NetResolver.SetContainsFilter(rules)
}
// Check if current environment is a kubernetes cluster
// If the command is whereisdns, which means DNS is not sure , so skip this check!
Expand Down

0 comments on commit d3e9e6c

Please sign in to comment.