Upgraded all four of my pihole instances to v6. They’re working perfectly!
I love how a bunch of the “advanced” settings are now available from the UI. It makes initial set up so much easier.
Upgraded all four of my pihole instances to v6. They’re working perfectly!
I love how a bunch of the “advanced” settings are now available from the UI. It makes initial set up so much easier.
Giving the Pi-hole client for Windows a try.
winget install tsutsu3.Pi-hole-client
#pihole6 runs smoothly and my #raspberry_pi 3 is bored. Add a new aluminium case, so the temperatur is good.
Pi-hole released v6, and looks like a lot of improvements! Had some issues with HTTPS, so I used https://discourse.pi-hole.net/t/pi-hole-v6-using-http-instead-of-https/67098/9 to help get HTTP working again.
@benny @lucas3d Mine post upgrade are (these are for my k8s #homelab #pihole6 )
pihole_v6_env_vars = {
# allows mount into /etc/dnsmasq.d which we are doing.
"FTLCONF_misc_etc_dnsmasq_d" = "true"
"FTLCONF_webserver_port" = "80"
"FTLCONF_dns_listeningMode" = "all"
"FTLCONF_dns_bogusPriv" = "true"
"FTLCONF_dns_domainNeeded" = "true"
"FTLCONF_dns_upstreams" = "1.1.1.1;9.9.9.9;76.76.2.1"
"FTLCONF_dns_dnssec" = "true"
"FTLCONF_webserver_interface_theme" = "default-dark"
"FTLCONF_webserver_interface_boxed" = "false"
"FTLCONF_dns_analyzeOnlyAandAAAA" = "true"
"FTLCONF_dns_blocking_mode" = "NULL"
"FTLCONF_dns_blockTTL" = "60"
"FTLCONF_database_maxDBdays" = "63"
"FTLCONF_dns_specialDomains_mozillaCanary" = "true"
"FTLCONF_dns_specialDomains_iCloudPrivateRelay" = "true"
"FTLCONF_dns_replyWhenBusy" = "DROP"
"FTLCONF_dns_rateLimit_count" = "20000"
"FTLCONF_dns_rateLimit_interval" = "10"
"FTLCONF_dns_ignoreLocalhost" = "true"
"FTLCONF_ntp_ipv4_active" = "false"
"FTLCONF_ntp_ipv6_active" = "false"
"FTLCONF_ntp_sync_active" = "false"
"TZ" = "Europe/London"
}
Be careful if you are using Pi-hole with a wildcard. By default, Pi-hole 6 ignores the /etc/dnsmasq.d/02-my-wildcard-dns.conf
. All my services were down. It took me a quick search to find the solution.
Go web interface in Settings > All setting (advanced mode). Click on Miscellaneous tab, find dnsmasq. I can use the orignal file or the interface.
More detail of Wildcard (for Pihole 5):
http://hetzbiz.cloud/2022/03/04/wildcard-dns-in-pihole
#Pihole heeft zojuist een major update gekregen.
Dit stukje #OpenSource software houdt al jaren mijn huis en gezin vrij van trackers, ads en ander internetgespuis.
Deze week alweer bijna 20% van al het internetverkeer geblocked.
Geen huis zou zonder moeten zijn...