We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pihole has the option of adding custom DNS entries. I would like to add internal DNS names to my private crab-hole.
Image per https://discourse.pi-hole.net/t/howto-using-pi-hole-as-lan-dns-server/533
The text was updated successfully, but these errors were encountered:
Should be fairly easy to implement, one would just need to insert the local entries into the catalog here: https://github.com/LuckyTurtleDev/crab-hole/blob/main/src/main.rs#L144
Sorry, something went wrong.
Precisely. It would probably be best served as a separate config file with DNS name <=> IP mappings.
No branches or pull requests
Pihole has the option of adding custom DNS entries. I would like to add internal DNS names to my private crab-hole.
Image per https://discourse.pi-hole.net/t/howto-using-pi-hole-as-lan-dns-server/533
The text was updated successfully, but these errors were encountered: