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
I am unable to update Upstream DNS Servers, when I do try to do so I get the following error:
'sed: couldn't open temporary file /etc/dnsmasq.d/sedDrThTG: Permission denied' Followed by: pihole-FTL: no process found Stopping pihole-FTL
The text was updated successfully, but these errors were encountered:
are you using docker-compose.yml? If you are here is the solution
... config volumes: - pihole_data:/etc/pihole/ - dnsmasq_config:/etc/dnsmasq.d/ volumes: pihole_data: dnsmasq_config:
using named volumes will fix the issue
Sorry, something went wrong.
No branches or pull requests
I am unable to update Upstream DNS Servers, when I do try to do so I get the following error:
'sed: couldn't open temporary file /etc/dnsmasq.d/sedDrThTG: Permission denied'
Followed by:
pihole-FTL: no process found
Stopping pihole-FTL
The text was updated successfully, but these errors were encountered: