Skip to content

Commit

Permalink
fixed loading dns ebpf module
Browse files Browse the repository at this point in the history
Closes #1076
  • Loading branch information
gustavo-iniguez-goya committed Jan 4, 2024
1 parent dc48d39 commit 159494d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ func main() {
msg)

}
}(uiClient, ebpfModPath)
}(uiClient, cfg.Ebpf.ModulesPath)

initSystemdResolvedMonitor()

Expand Down

0 comments on commit 159494d

Please sign in to comment.