Y
Hacker News
new
|
ask
|
show
|
jobs
by
snake_plissken
2968 days ago
Pi-Hole is different from using a hosts file in that, Pi-Hole returns 200 OK with empty content for any requests to the black-listed domains?
1 comments
gruez
2968 days ago
how does that work with https?
link
64kbisalluneed
2968 days ago
Just install nginx that answers to http and https and return empty gif or 204.
link
Chaebixi
2968 days ago
Would that fail because your sever can't provide the right cert? You'd probably have to install a custom root certificate on your machines that you https ad blocker could use to forge certs.
link
64kbisalluneed
2968 days ago
Yes, custom cert has to be used, otherwise browsing could be very annoying.
link