|
|
|
|
|
by alexruf
1327 days ago
|
|
PiHole & AdGuard are DNS blockers. Those tools are only serving/blocking domain mame requests. So they are not aware of the actual request your client is sending to those servers (to for example download a file). So no, by the nature of the DNS protocol this is not possible with those tools. What you probably wanna do is to use some kind of proxy which does deep package inspection (be aware that this is very resource intensive since you have to break up encryption and stuff). Properly not worth it for the task you described. Simply add a DNS whitelist to AdGuard or manually unblock those domains causing issues. |
|