What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Diversion Custom block list stopped working

I've been using a custom block list from https://someonewhocares.org/hosts/zero/hosts and it just stopped working. Updating the list just says " This address did not respond, check its validity."
The address is valid and active, but diversion is not showing it as active.

Anyone know what to do?

Thanks for the help
That list is in ‘hosts’ format.
Diversion needs lists in ‘dnsmasq’ format.
 
The current version of Diversion does support both hosts file format and dnsmasq format, and has for some time now.

If you’re still having problems, I would try uninstalling diversion then reinstall. That’s what worked for me when I had problems with diversion.
 
The current version of Diversion does support both hosts file format and dnsmasq format, and has for some time now.

If you’re still having problems, I would try uninstalling diversion then reinstall. That’s what worked for me when I had problems with diversion.
Please pardon my ignorance, didn’t know that different format lists were supported. :)
 
However, it seems more efficient to have the dnsmasq version of your lists:

With Diversion 5.0 the following formats to block domains are supported:
- Traditional hosts list, an IP-domain pair. Examples: 0.0.0.0 domain.com or 127.0.0.1 domain.com
- Traditional domains only list. Example: domain.com
- Dnsmasq address format. Example, note the number sign after last slash: address=/domain.com/#
- Dnsmasq local or server format. Examples: local=/domain.com/ or server=/domain.com/

Diversion 5.0 converts all these to the Dnsmasq local format: local=/domain.com/
So ideally a new list would be in local or server format. These lists are generally optimized for Dnsmasq, while traditional lists are generally not.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top