Check if you didn't get rate limited by GithubHi there,
I am getting errors acessing the opkg update:
You should probably stop pihole-FTL before making changes as it writes the config on shutdown when restarting.Hi ,
Not very experienced with Linux .
Can any one help me
How to add custom URL of pi hole in opkg.conf configuration
as per (https://github.com/jacklul/entware-pi-hole#installation)
Running BE98Pro with Merlin 3006.102.1 , Entware installed.
Above issue has been fixed
but now no modification saved within /opt/etc/pihole/pihole.toml
every time I restart the pi hole FTL the above file is reverting to default
pi hole installed properly
Thanks
thanks for reply , yes I did stop pihole ftl and also dnsmsq before edit these files.You should probably stop pihole-FTL before making changes as it writes the config on shutdown when restarting.
You can also modify the configuration through the web UI which is way more user friendly.
The config file might revert to default if you make any mistake in formatting and it cannot parse itthanks for reply , yes I did stop pihole ftl and also dnsmsq before edit these files.
but still pihole.toml not saving any modification , instead reverting back to installation default upon restarting the pihole ftl
lastly i tried without modification and able to open Pihole web interface with this URL ( http://<my router IP>:8080/admin/ )
few issue observed > Temp N/A
Unable to update Pihole through ssh pihole -up
Web interface open without any user name and password
I am jumping in again...Just a little announcement that Pi-hole V6 has been officially released and now the main Entware package ("pi-hole") is tracking upstream releases.
I bet @Viktor Jaep can come up with all kinds of fancy hooks for ye 'ole terminal users.Ahhhh, I can see it now, coming soon…
PiHoleMon
;-)
Pi-hole is a DNS server, so the adblocking happens on the DNS level, since those might get filtered by mentioned addons then yes, it might create conflicts.Can this be installed along side of diversion or skynet? Intrested to install and test run this, but was not sure if there would be any issues.
opkg install php8-cli php8-mod-filter php8-mod-pdo-sqlite php8-mod-curl php8-mod-openssl php8-mod-intl php8-mod-pcntl
ln -s /opt/bin/php-cli /opt/bin/php
wget -O - https://raw.githubusercontent.com/jacklul/pihole-updatelists/master/install.sh | bash
That is to be expected, what you can try is to set in pihole.toml (or web UI):I noticed the PiHole does not accept requests from Guest networks.
dnsmasq_lines = [
"interface=br1"
]
That was also a case sometimes when hosting Pi-hole + VPN stack on Raspberry Pi, "Permit all origins" should be safe as long you don't open up ports on external interfaces.Additionally to accept requests from VPNs the "Interface Settings" had to be set to "Permit all origins".
dnsmasq_lines = [
"interface=br1",
"interface=wgs1"
]
Do you mean like in Tools -> Interfaces? It wasn't designed to run on a router so it might consider eth0 a LAN interface.It also sets the external ips as its system addresses.
Have you tried using DNS Director to redirect DNS to the Pi-hole IP for guest networks? That is what I do for Pi-hole installed on a Raspberry Pi, and it works for guest networks!I noticed the PiHole does not accept requests from Guest networks. It also sets the external ips as its system addresses.
Additionally to accept requests from VPNs the "Interface Settings" had to be set to "Permit all origins". (it then still does not receive guest network requests)
Honestly I didn't really mess around with the Pi-hole settings, they usually have sensible defaults and didn't feel the need to optimize anything.@jacklul
This is a great addon!
Can you summarize the performance tweaks to make this as light weight as possible?
[ntp.ipv4]
active = false
[ntp.ipv6]
active = false
[ntp.sync]
active = false
[webserver]
port = ""
Ok! Sounds like it'll help to schedule database maintenance sometime during the night so that it is not impacting the active usage times.Honestly I didn't really mess around with the Pi-hole settings, they usually have sensible defaults and didn't feel the need to optimize anything.
...
I have over 1.1M blocked domains on my block lists (using ticked lists from firebog.net, and few extra blocklists) and Pi-hole takes ~43.6 MB of memory right now, from time to time the daemon performs a database maintenance and the memory usage can double.
Sadly, I think we have no control over the time the maintenance happens as it is built into the daemon.Ok! Sounds like it'll help to schedule database maintenance sometime during the night so that it is not impacting the active usage times.
Why would you swap Pi-hole database on own schedule?My other aspiration is to swap the PiHole database on schedule and replace Asus Parental controls which are terrible and actually do take quite a bit of resources!
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!