AdGuard Home and Pi-hole

Post links to your 64bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

AdGuard Home and Pi-hole

Post#1 by Blaze » 04 Jul 2020, 16:48

AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.
https://adguard.com/en/adguard-home/overview.html

Code: Select all

# Start AdGuard Home
/etc/rc.d/rc.AdGuardHome start
# If you want auto start service of AdGuard Home
# after reboot Porteus run this command
echo '/etc/rc.d/rc.AdGuardHome start' >> /etc/rc.d/rc.local
AdGuard Home is available on the following addresses:

Code: Select all

Go to http://127.0.0.1:3000
Go to http://X.X.X.X:3000
Download AdGuard Home
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

AdGuard Home

Post#2 by Ed_P » 04 Jul 2020, 18:06

:shock:
it’ll cover ALL your home devices,
Doesn't that mean it installs to routers?

I use the ad blocker in Firefox to block ads.
Ed

donald
Full of knowledge
Full of knowledge
Posts: 2064
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

AdGuard Home

Post#3 by donald » 05 Jul 2020, 00:08

This software seems to act as a DNS proxy (with filter lists)

One has to configure the router's DNS setting to use AdGuard's ip address.
-- device make a request to router - router redirects to AdGuard - AdGuard
checks the filter lists and (if allowed) uses configured DNS server.

Protecting ALL home devices would only work if you use an extra computer
running this software 24/7.

Example:
If you run AdGuard on your laptop and you shut down the laptop no other device
on your network can make a DNS request - no web for them.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

AdGuard Home

Post#4 by Blaze » 05 Jul 2020, 08:19

Ed_P wrote:
04 Jul 2020, 18:06
I use the ad blocker in Firefox to block ads.
uBlock Origin is better ;)

You can use it at your PC, if you power off your PC - your second DNS will be activated
Image
Image
on some sites AdGuard Home DNS slows down.

Anybody is use Pi-hole (https://pi-hole.net/)?

Code: Select all

        .;;,.
        .ccccc:,.
         :cccclll:.      ..,,
          :ccccclll.   ;ooodc
           'ccll:;ll .oooodc
             .;cll.;;looo:.
                 .. ','.
                .',,,,,,'.
              .',,,,,,,,,,.
            .',,,,,,,,,,,,....
          ....''',,,,,,,'.......
        .........  ....  .........
        ..........      ..........
        ..........      ..........
        .........  ....  .........
          ........,,,,,,,'......
            ....',,,,,,,,,,,,.
               .',,,,,,,,,'.
                .',,,,,,'.
                  ..'''.
Only "unofficial" Slackbuilds here: https://gitlab.com/skaendo/hackbuilds

Note that these are for -current. Building on 14.2 had been done a few pages earlier, but I think that pi-hole 5.0 might break that due to kernel versions.

You'll need pi-hole and pi-hole-ftl. If you want the web-interface, pi-hole-adminlte. There is one dependency you'll need from SBo, openresolv.

Make sue to read the README's.
Download pi-hole-5.0-x86_64-1endo.tar

Отправлено спустя 7 часов 47 минут 25 секунд:
Awesome pi-hole is work very faster :celebrate3:
Image Image
Image Image
BTW, I wrote some notes for run pi-hole https://www.linuxquestions.org/question ... ost6141764
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Post Reply