toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

276
active users

#pihole6

0 posts0 participants0 posts today
Replied to fosstopia 🇩🇪

@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*

Replied in thread

@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):
hetzbiz.cloud/2022/03/04/wildc