Skip to content
New issue

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

Quickly adding/removing local CNAME records not possible with v6 #2384

Open
LordSimal opened this issue Mar 23, 2025 · 0 comments
Open

Quickly adding/removing local CNAME records not possible with v6 #2384

LordSimal opened this issue Mar 23, 2025 · 0 comments

Comments

@LordSimal
Copy link

LordSimal commented Mar 23, 2025

Versions

  • Pi-hole: 6.0.5
  • AdminLTE: 6.0.2
  • FTL: 6.0.4

Platform

  • OS and version: Debian 12
  • Platform: Raspberry Pi (PiHole is installed natively)

Expected behavior

If one has multiple local CNAME Records, one should be able to quickly add/remove those records without having to wait till the server has restarted

Actual behavior / bug

After adding/removing 1 Record the Web Interface is down since the server is restarting, therefore not making it able to add/remove more items in a quickly manner.

Steps to reproduce

Steps to reproduce the behavior:

  1. Go to your pi-hole Admin interface
  2. Go To Settings => Local DNS Records
  3. Add a local CNAME record like test1.mydomain.com => server.mydomain.com
  4. Add another local CNAME record test2.mydomain.com => server.mydomain.com
  5. See the error

Debug Token

Screenshots

Image

Additional context

I am using a NGINX Reverse Proxy to make PiHole accessible externally

Possible solution

I can understand, that trying to make the changes apply instantaniously is desireable, but it shouldn't get in the way of using the tool.

One way to achieve this kind of behaviour could be a queue to push changes to (currently only add and delete are possible anyways) and then a final button to apply the changes when everything is ready.

@dschaper dschaper transferred this issue from pi-hole/pi-hole Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants