I'm running Pi-Hole on Docker Container inside of Raspy. Everything works the web, the ads, and etc.
But I don't know why, the Domain on Blocklist stuck at 173,609 right now .. I try adding new blocklist and update gravity but the number still stuck at 173,609.
Here's my token :
https://tricorder.pi-hole.net/0vJFnSPm/
You appear to have entered your adlists in the domain section, and as regex filters.
Delete these entries and put the adlist URL's in the adlists section.
*** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
id type enabled group_ids domain date_added date_modified comment
----- ---- ------- ------------ ---------------------------------------------------------------------------------------------------- ------------------- ------------------- --------------------------------------------------
1 3 1 0 (\.|^)https://raw\.githubusercontent\.com/polishfiltersteam/kadhosts/master/kadhosts\.txt$ 2022-07-25 09:49:57 2022-07-25 09:49:57
2 3 1 0 (\.|^)https://raw\.githubusercontent\.com/fademind/hosts\.extras/master/add\.spam/hosts$ 2022-07-25 09:50:09 2022-07-25 09:50:09
3 3 1 0 (\.|^)https://v\.firebog\.net/hosts/easyprivacy\.txt$ 2022-07-25 09:50:17 2022-07-25 09:50:17
4 3 1 0 (\.|^)https://raw\.githubusercontent\.com/fademind/hosts\.extras/master/add\.2o7net/hosts$ 2022-07-25 09:50:36 2022-07-25 09:50:36
5 3 1 0 (\.|^)https://raw\.githubusercontent\.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti- 2022-07-25 09:51:37 2022-07-25 09:51:37
6 3 1 0 (\.|^)https://osint\.digitalside\.it/threat-intel/lists/latestdomains\.txt$ 2022-07-25 09:51:48 2022-07-25 09:51:48
7 3 1 0 (\.|^)https://phishing\.army/download/phishing_army_blocklist_extended\.txt$ 2022-07-25 09:52:16 2022-07-25 09:52:16
8 3 1 0 bringhaveschool 2022-07-25 10:01:48 2022-07-25 10:01:48
10 3 1 0 (\.|^)https://raw\.githubusercontent\.com/reiyulol/adlisttest/main/domains\.txt$ 2022-07-25 10:30:36 2022-07-25 10:30:36
11 3 1 0 (\.|^)https://github\.com/reiyulol/blocklist/blob/main/list\.txt$ 2022-07-25 10:40:53 2022-07-25 10:40:53
12 3 1 0 (\.|^)https://raw\.githubusercontent\.com/spam404/lists/master/main-blacklist\.txt$ 2022-07-25 10:43:16 2022-07-25 10:43:16
Also noted in your debug log - you aren't running our shipped code for the web portion of Pi-hole.
*** [ DIAGNOSING ]: Web version
[i] Web: v5.6 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
[i] Remotes: origin https://github.com/pi-hole/adminLTE (fetch)
origin https://github.com/pi-hole/adminLTE (push)
[i] Branch: master
[i] Commit: v5.6-0-gf5292a3f-dirty
[i] Status: M scripts/pi-hole/php/footer.php
[i] Diff: diff --git a/scripts/pi-hole/php/footer.php b/scripts/pi-hole/php/footer.php
index 2837d0bb..cf663d37 100644
--- a/scripts/pi-hole/php/footer.php
+++ b/scripts/pi-hole/php/footer.php
@@ -70,12 +70,14 @@
<div class="col-xs-12 col-sm-8 col-md-6">
<?php if (isset($core_commit) || isset($web_commit) || isset($FTL_commit)) { ?>
<ul class="list-unstyled">
+<strong><li>Docker Tag</strong> pihole/pihole:2021.09-arm64-buster</li>
<li><strong>Pi-hole</strong> <?php echo $coreVersionStr; ?></li>
<li><strong>Web Interface</strong> <?php echo $webVersionStr; ?></li>
<li><strong>FTL</strong> <?php echo $ftlVersionStr; ?></li>
</ul>
<?php } else { ?>
- <ul class="list-inline">
+ <strong>Docker Tag</strong> pihole/pihole:2021.09-arm64-buster
+<ul class="list-inline">
<li>
<strong>Pi-hole</strong>
<a href="<?php echo $coreReleasesUrl . "/" . $core_current; ?>" rel="noopener" target="_blank"><?php echo $core_current; ?></a>
Also, don't do this:
[2022-07-25 10:44:54.144 430M] WARNING: Starting pihole-FTL as user root is not recommended
I'm sorry but I'm a new comer,
All of them or the blocklist with add only ?
I'm running on OpenWrt and there is a bug when using latest version off Pi-Hole
Is this a bug we know about already?
This is the tutorial I'd follow
And this is the issue about cannot used latest version on docker
2 Likes
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.