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
@MichlFranken Mit einem deutlich schlechterem #PiHole6 Userinterface und vor allem hat's massiv mein #Samba-#ADDC derart gestört, das sich kein #Windows-Client mehr anmelden konnte.
Und ich war schon kurz davor, das alles mitten in der Nacht neu aufzusetzen.
Problem: nslookup _ldap....<domain> lieferte NXDomain
Ursache: #PiHole dupliziert seit neuestem die <domain> (_ldap...<domain>.<domain> (Zufällig nach langem rumprobieren im Log gesehen)
War dann(!) schnell gelöst, bis dahin *haare rauf*
@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