adblock: 2.3.0 (package release 2)

* update readme regarding unbound integration
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 1e7a1b380b)
This commit is contained in:
Dirk Brenken
2017-02-06 17:07:48 +01:00
committed by Hannu Nyman
parent 92541f9171
commit 2c9e7ddc5f
3 changed files with 11 additions and 21 deletions
+3 -5
View File
@@ -125,12 +125,10 @@ A lot of people already use adblocker plugins within their desktop browsers, but
**change default dns backend to 'unbound':**
<pre><code>
switch to 'manual' unbound config in /etc/config/unbound:
[...]
option manual_conf '1'
Adblock detects the presence of an active unbound dns backend and the block lists will be automatically pulled in by unbound.
The adblock script deposits the sorted and filtered block lists in '/var/lib/unbound' where unbound can find them in its jail.
If you use manual configuration for unbound, then just include the following line in your 'server:' clause:
include adblock lists in /etc/unbound/unbound.conf:
[...]
include: "/var/lib/unbound/adb_list.*"
</code></pre>