custom block page for AdGuard Home #5411
AM-ElZaher
started this conversation in
Ideas
Replies: 3 comments 10 replies
-
does this work via mobile device without getting a cert error asking you to proceed anyways? |
Beta Was this translation helpful? Give feedback.
9 replies
-
I assigned a self signed cert with let’s encrypt for the block page vm only
…On Fri, 2 Feb 2024 at 21:32 iptvcld ***@***.***> wrote:
and are you using any certs on your devices?
—
Reply to this email directly, view it on GitHub
<#5411 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMVKHQ4AX54Q52KBVE2A4TLYRU5MHAVCNFSM6AAAAAAUJQQLEWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGNJQGE4TE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @AM-ElZaher I have just sorted this issue with this: https://github.com/ghostersk/catchall-webbrowsing/tree/main |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Just installed adguard home & use it as my DNS server for my home network and found a workaround to create custom block page as it doesn’t support it by default, here is how I did it:
• I have a domain name for my home lab -lets call it mydomain.com-
• My domain name servers are changed to Cloudflare -optional-
• I installed Adguard Home on AWS instance, very basic installation nothing different, I created static ip for it so it won’t change after
reboot and for later use
• I created new Linux ec2 instance -let’s call it block- and installed Apache web server on it,
I also created static ip for it.
• I created a DNS A record on Cloudflare named it (blocked.mydomain.com) and pointed it to my block instance public ip and proxied it.
• On the block instance I created a simple html page that tell the user that your access is denied because this page is blocked
• On the adguard home settings >> DNS settings >> blocking mode, I choose custom ip and added the public ip of the block instance.
Now whenever someone tries to access any blocked website the adguard home DNS will redirect the website to my block instance public ip which will show the blocked page html we created earlier.
Beta Was this translation helpful? Give feedback.
All reactions