lancachenet / lancache-dns

DNS Docker service for a lancache.
https://hub.docker.com/r/lancachenet/lancache-dns/
MIT License
280 stars 73 forks source link

Permit RFC1918 PTR requests to be recursed upstream #113

Closed Lepidopterist closed 4 years ago

Lepidopterist commented 4 years ago

In order to allow lancache-dns to upstream to other internal DNS servers, it must not create empty RFC1918 zones.

MathewBurnett commented 4 years ago

Tested at home with a lancache-dns upsteamed to my router with local ptr records. Can confirm that it doesn't work without the change and does work afterward.