]> git.ipfire.org Git - ipfire.org.git/commitdiff
dbl: Add OpenWrt to the How To Use? page
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Feb 2026 11:21:50 +0000 (11:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Feb 2026 11:21:50 +0000 (11:21 +0000)
Suggested-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/dbl/how-to-use.html

index 73c2754775f6378679593d6bde241fba001cfeb2..b714054bbbf23c53b0edb2cb7786d790b8fc1430 100644 (file)
@@ -461,4 +461,32 @@ rpz:
                        </div>
                </div>
        </section>
+
+       {# OpenWRT #}
+       <section class="section" id="openwrt">
+               <div class="container">
+                       <h3 class="title is-3">
+                               {{ _("OpenWrt") }}
+                       </h3>
+
+                       <div class="content">
+                               <p>
+                                       OpenWrt users can enable IPFire DBL directly through the Adblock package
+                                       by adding it as an external blocklist feed.
+                               </p>
+
+                               <p>
+                                       In LuCI, navigate to Services &rarr; Adblock &rarr; Feed Selection,
+                                       activate the IPFire DBL feed and select the necessary categories.
+                                       Finally hit Save & Reload to trigger an Adblock reload so the list
+                                       is downloaded and included in the active blocklist.
+                               </p>
+
+                               <p>
+                                       IPFire DBL will be automatically updated according to your
+                                       Adblock refresh schedule.
+                               </p>
+                       </div>
+               </div>
+       </section>
 {% end block %}