Comment on set up local DNS using Pi-hole + nginx + audiobookshelf
happeningtofry99158@lemmy.world 3 days agono I don’t think pi-hole supports wild card dns, how do you deal with this issue? do you simply use addguard?
Comment on set up local DNS using Pi-hole + nginx + audiobookshelf
happeningtofry99158@lemmy.world 3 days agono I don’t think pi-hole supports wild card dns, how do you deal with this issue? do you simply use addguard?
ShortN0te@lemmy.ml 3 days ago
I switched to adguard, yes. But you can just give pi-hole a dnsmasq config file. The underlying dns server Pi-Hole uses does support those.
Just mount the file via a docker volume. I will have to look up the exact paths. Config would look like
address=/domain.tld/192.168.0.1
happeningtofry99158@lemmy.world 3 days ago
thanks a lot