[SOLVED] AdGuard Home - slow connection...

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 279

PostPosted: Thu Mar 13, 2025 14:03    Post subject: [SOLVED] AdGuard Home - slow connection... Reply with quote
hi,

Can anyone tell me the personalized rule to exclude the Amazon site completely from AdGuard? Upload the page as a 56k modem!😅 while if it completely disappears, the AdGuard protection everything works normally.

I added these rules, but nothing:

@@||www.amazon.it.com^important
@@||fls-eu.amazon.com^$important

thanks for the support!
Sponsor
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6802
Location: UK, London, just across the river..

PostPosted: Thu Mar 13, 2025 14:09    Post subject: Reply with quote
I guess its wrong place to poll this question...try with
https://adguard.com/en/adguard-home/overview.html
https://github.com/AdguardTeam/AdGuardHome
https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration

edited....

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 58184 WAP
TP-Link WR1043NDv2 -DD-WRT 59764 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 60586 Gateway/DoT,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 60121 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 60137 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Dynalink DL-WRX36-DDWRT 60621
Broadcom
Netgear R7000 --DD-WRT 60662 Gateway/DNScrypt-proxy2/AD-Block,IPset Firewall,Forced DNS,x4VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913


Last edited by Alozaros on Thu Mar 13, 2025 17:21; edited 1 time in total
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 15918
Location: Texas, USA

PostPosted: Thu Mar 13, 2025 16:14    Post subject: Reply with quote
Unless it's changed in newer releases, it should be:
Code:
@@||amazon.it.com^

That's per the guide that @MomenMamdouh posted.

If you use the modifier, it should be:
Code:
@@||amazon.it.com^$important

Per https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 279

PostPosted: Thu Mar 13, 2025 16:25    Post subject: Reply with quote
kernel-panic69 wrote:
Unless it's changed in newer releases, it should be:
Code:
@@||amazon.it.com^

That's per the guide that @MomenMamdouh posted.

If you use the modifier, it should be:
Code:
@@||amazon.it.com^$important

Per https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists



Thanks for the reply, I just changed as you requested, I will let you know
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 15918
Location: Texas, USA

PostPosted: Thu Mar 13, 2025 16:26    Post subject: Reply with quote
Just keep in mind you either have to restart AGH or reboot after making changes, most likely Cool
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 279

PostPosted: Thu Mar 13, 2025 16:27    Post subject: Reply with quote
Do you know if it is possible to restart AdGuard Home GUI without restarting the router?
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6802
Location: UK, London, just across the river..

PostPosted: Thu Mar 13, 2025 17:13    Post subject: Reply with quote
marcus83 wrote:
Do you know if it is possible to restart AdGuard Home GUI without restarting the router?


via CLI:
Code:
/opt/etc/init.d/rc.unslung restart

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 58184 WAP
TP-Link WR1043NDv2 -DD-WRT 59764 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 60586 Gateway/DoT,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 60121 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 60137 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Dynalink DL-WRX36-DDWRT 60621
Broadcom
Netgear R7000 --DD-WRT 60662 Gateway/DNScrypt-proxy2/AD-Block,IPset Firewall,Forced DNS,x4VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 279

PostPosted: Thu Mar 13, 2025 17:19    Post subject: Reply with quote
Alozaros wrote:
marcus83 wrote:
Do you know if it is possible to restart AdGuard Home GUI without restarting the router?


via CLI:
Code:
/opt/etc/init.d/rc.unslung restart


Thanks Man!
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 15918
Location: Texas, USA

PostPosted: Thu Mar 13, 2025 17:23    Post subject: Reply with quote
Deja Vu? Rolling Eyes

restart AGH

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6802
Location: UK, London, just across the river..

PostPosted: Thu Mar 13, 2025 17:51    Post subject: Reply with quote
kernel-panic69 wrote:
Deja Vu? Rolling Eyes

restart AGH


dont know about him but mine is Alzi...i felt it too Jamais Vu.. Laughing

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 58184 WAP
TP-Link WR1043NDv2 -DD-WRT 59764 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 60586 Gateway/DoT,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 60121 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 60137 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Dynalink DL-WRX36-DDWRT 60621
Broadcom
Netgear R7000 --DD-WRT 60662 Gateway/DNScrypt-proxy2/AD-Block,IPset Firewall,Forced DNS,x4VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 279

PostPosted: Sat Mar 15, 2025 6:40    Post subject: Reply with quote
I wanted to update you that I solved by unlocking all the DNS with Amazon name and now it seems to load the web page well. 🙃
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum