-
|
I have pihole running on a RPi 4b. Can hookprobe co-exist with pihole or will they collide, somehow? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hello - I never tested the two together. hookprobe uses containers and networking, dns, to filter ads with AI/ML and known lists. Hookprobe attaches to the network it creates - the Wifi dongle as lan. So you connect to wifi to use and access the server. what you can do, you have to modify the hookprobe code to
this way you can have side by side both of them |
Beta Was this translation helpful? Give feedback.
-
|
but why would you need to have both? One isnt enough? do you want to compare them? let me know. |
Beta Was this translation helpful? Give feedback.
When I researched them it appeared that they perform some very different functions. The Brave AI-critter just responded with this: ```Pi-hole and HookProbe serve fundamentally different purposes within a network infrastructure, with Pi-hole acting as a DNS-based ad and tracker blocker and HookProbe functioning as an AI-native Intrusion Detection System (IDS) for security monitoring.
Core Functionality and Detection Methods
Pi-hole operates as a DNS sinkhole that blocks entire domains from resolving. It is effective for blocking advertisements, trackers, and malicious domains listed in blocklists across an entire network. However, it cannot block content embedded within allowed domains (su…