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 Error when block list updates

Halfi

Occasional Visitor
Osid list stop working, I'm get this error:
Zrzut ekranu 2025-11-20 141126.jpg

Any sugestion how to fix that?
 
Thx for reply.
The URL has been fine all along. I have been getting this error for a couple of days now. Also I was trying to changing it to https://big.oisd.nl/dnsmasq2 and still same error.

small list doesn't work too.
 
Last edited:
Strange. I don't use Diversion so don't know what it does behind the scenes (hopefully a Diversion user will chime in) but I'm guessing it's using wget or curl.

If you SSH into the router and run this command do you get any errors?

Code:
wget "https://big.oisd.nl/dnsmasq2" > /dev/null
 
I don't use Diversion so don't know what it does behind the scenes (hopefully a Diversion user will chime in) but I'm guessing it's using wget or curl.
It runs:
Code:
/usr/sbin/curl -s --insecure --location --connect-timeout 10 --retry 3 --head -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0" https://big.oisd.nl/dnsmasq2 | head -n 1 | grep "HTTP/1.[01] [23].."
to validate the list url.
 
A Diversion user chiming in.
I use the same OISD list without problems. Ran an update just now to confirm.
@Halfi are you using skynet? Which blacklist? Whereabouts are you (country is fine)?
 
i got RT-BE92U with 3006.102.5 and only installed Diversion 5.4.6. Dont have installed skynet.

I change my custom list to default LARGE and i get this error:
https://big.oisd.nl/dnsmasq2 appears not to be a valid compatible file format, skipping update of Large blocking list failed completely, using previous blocking file.

I can access to site and this file from my browser without any problem.
 
I can access to site and this file from my browser without any problem.
From the router, can you run:
Code:
nslookup big.oisd.nl
ping big.oisd.nl
And share the output.
 
PING big.oisd.nl (141.95.86.132): 56 data bytes

--- big.oisd.nl ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss

nslookup big.oisd.nl
Server: 87.204.20x.xxx
Address 1: 87.204.20x.xxx netia-dns1.inetia.pl

Name: big.oisd.nl
Address 1: 141.95.86.132 vps-42ad2809.vps.ovh.net
Address 2: 2001:41d0:701:1100::5b10 vps-42ad2809.vps.ovh.net
 
As a workaround for now, try setting the Diversion blocklist with this custom url:
Code:
https://raw.githubusercontent.com/sjhgvr/oisd/refs/heads/main/dnsmasq2_big.txt
 

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