netblue30 / fdns

Firejail DNS-over-HTTPS Proxy Server
GNU General Public License v3.0
124 stars 30 forks source link

Removal of blocklist #84

Closed Amir1453 closed 10 months ago

Amir1453 commented 11 months ago

Hello, why exactly was blacklisting domains removed recently? I understand the need to cleanup the code but blacklisting seems like an essential feature. Was it perhaps replaced by something else?

netblue30 commented 10 months ago

I've been cleaning up some of the rarely used features. If you are on the latest released version, add a hosts file in /etc/fdns/hosts.

I've just added a default one in the latest commit here: https://github.com/netblue30/fdns/blob/master/etc/hosts. It should work in the latest version.

Amir1453 commented 10 months ago

Is there anyway to specify host files for separate fdns instances?

netblue30 commented 10 months ago

No problem, I brought it back under --blocklist-file=... name. Also, you can set up to 8 additional files for each independent fdns instance.

Amir1453 commented 10 months ago

Thank you for the quick resolution. I am closing this issue as I believe it has been resolved. Thanks again for the practical software.