1
Tutorials and FAQs / Re: Redirection Page For Unbound Blocklist?
« on: June 03, 2024, 04:47:51 am »There is, simply host something locally or remote and set the relevant IP address in Unbound -> Blocklist -> advanced mode -> Destination address.
Cheers,
Stephan
Hi i try to do this too, i create a simpel html page where my nginx reverse proxy point to as default page for internal acces only.
in unbound i set up my public destination ip address, now all blocked pages lands on my friendly landing page.
This currently works only with http, trying to open a blocked page with https is not working for me
Code: [Select]
ERR_SSL_UNRECOGNIZED_NAME_ALERT
any idea how to fix this ?
my reverse proxy redirect the default page to an https letsencrypt domain name.