When I select the Small or Minimal lists, dnsmasq does not reload due to a stray quote appearing in the blocklist - notably
Looking at the files downloaded, I assume this has come from
This is with diversion force updated after the latest whitelisting fix.
local=/rss+xml"/
Looking at the files downloaded, I assume this has come from
/opt/share/diversion/backup/hostsfile_pgl.yoyo.org-as-serverlist.php-hostformat
which includes html code with the content <link rel=alternate type="application/rss+xml" etc...>
that I think might be pulled in by mistake.This is with diversion force updated after the latest whitelisting fix.
As a temp fix in case this affects other people and in case @thelonelycoder is away, I updated the grep statement in line 487 of update-bl.div to
Bash:
/opt/bin/grep -E "^(local|server)=" "${hf_inuse}" | cut -d"/" -f2 \