Package Details: pi-hole-core 6.0.6-1

Git Clone URL: https://aur.archlinux.org/pi-hole-core.git (read-only, click to copy)
Package Base: pi-hole-core
Description: The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
Upstream URL: https://github.com/pi-hole/pi-hole
Licenses: EUPL-1.2
Conflicts: pi-hole-server, pi-hole-standalone
Provides: pi-hole-server, pi-hole-standalone
Submitter: max.bra
Maintainer: max.bra (graysky)
Last Packager: max.bra
Votes: 119
Popularity: 2.51
First Submitted: 2025-02-21 17:31 (UTC)
Last Updated: 2025-03-30 17:07 (UTC)

Pinned Comments

max.bra commented on 2025-02-21 21:44 (UTC)

ArchLinux Pi-hole is not officially supported by Pi-hole project. In case of bugs and malfunctions please DO NOT file a report upstream.

First of all check if the wiki (https://wiki.archlinux.org/index.php/Pi-hole) can help then ask here for assistance and tips.
When it will be excluded that the problem does not depend on ArchLinux we will file a bug upstream.

max.bra commented on 2025-02-21 17:56 (UTC)

to update to pi-hole 6, please use pi-hole-core pi-hole-ftl and pi-hole-web packages.

Latest Comments

« First ‹ Previous 1 .. 57 58 59 60 61 62 63 64 65 66 67 .. 87 Next › Last »

max.bra commented on 2018-03-16 19:14 (UTC) (edited on 2018-03-16 19:15 (UTC) by max.bra)

@BIGFAT all seems normal...

That chart is a pre-rendered one drawed on a canvas with pixel fixed dimension. What happen if you collapse the width of your browser to 250/300 pixels? Do you see more destinations?

edit: wording

BIGFAT commented on 2018-03-14 17:10 (UTC)

Hi @max.bra, sorry i was busy the last few days. Here is a ~10min log in a pastebin: https://pastebin.com/yNc22FA5. Im using LEDE with disabled rebind protection. The clients get the pihole IP addresses for ipv4 and v6 directly trough the router interface settings (for example: 6,192.168.x.x). Dnsmasq on LEDE resolve only for the device itself. Like i said everything run fine, beside the webpage not showing all dns resolvers under "Forward Destinations". It did the release before. It must have something to do with recent changes.

max.bra commented on 2018-03-01 06:59 (UTC) (edited on 2018-03-01 07:00 (UTC) by max.bra)

Hi Flat, gravity_CheckDNSResolutionAvailable() look for pi.hole as a lookup domain. dnsmasq (via addn-hosts=/etc/pihole/local.list) is awared of that hostname. if you don't use localhost as resolver you need to update your /etc/hosts with 127.0.0.1 pi.hole

Flat commented on 2018-03-01 01:43 (UTC)

This bug https://github.com/pi-hole/pi-hole/issues/1801 doesn't appear to be fixed. I've setup pihole according to the wiki and the blocklists would not update until I set /etc/resolv.conf to 127.0.0.1, can anyone else confirm this bug is still an issue for at least arch?

max.bra commented on 2018-02-27 07:52 (UTC)

@BIGFAT Hi Bigfat, sorry for late replay. Not using that option, can you please pastebin an excerpt of your /run/log/pihole/pihole.log, especially theforward lines? And what is your router?

BIGFAT commented on 2018-02-26 19:07 (UTC)

Hi, i have a small problem: Im using several dns server with the "all-servers" option to augment the performance. But the gui doesnt show any of them beside local under "Forward Destinations". Pihole logs show me that all dns get queries and beside that, pihole is working without any issue. Any Idea how i can fix this cosmetic "bug"? Greeting and thank you for the good work.

ChuckHL commented on 2018-02-24 05:19 (UTC) (edited on 2018-02-24 05:29 (UTC) by ChuckHL)

First of all, thanks for your updates and keeping this app updated (i really love pi-hole).

Edit: I asked about two errors that you had already addressed in the installation instructions.

Thanks for everything. I love this app. Thumbs up.

max.bra commented on 2018-02-16 15:37 (UTC)

@ryan updated! thanks for reporting.

ryanpetrello commented on 2018-02-16 14:50 (UTC) (edited on 2018-02-16 14:50 (UTC) by ryanpetrello)

@max.bra

Looks like a change in dnsmasq log format requirements:

https://github.com/pi-hole/pi-hole/issues/1956#issuecomment-366253763

https://github.com/pi-hole/pi-hole/issues/1956#issuecomment-366255479

Configuring dnsmasq with log-queries=extra 100% solved the problem for me. Maybe we could update the wiki?