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

Probing cloudflare every 5 seconds #44

Closed
CodeSapiens opened this issue Jul 7, 2020 · 9 comments
Closed

Probing cloudflare every 5 seconds #44

CodeSapiens opened this issue Jul 7, 2020 · 9 comments

Comments

@CodeSapiens
Copy link

Hello and thanks for providing your code free.
I have been racking my brain trying to figure out why all of a sudden my Pihole is pinging cloudflare every 5 seconds, and it appears your container code is doing it. As soon as I shut it down, the pinging stops.
I have other installs of Unbound that don't do that, so I am guessing this is something you added. Could you please point me to where I can disable that? I don't want those queries, and certainly not at that rate. I have other ways to test connectivity.

One more thing, side issue. The local-data entries don't seem to work with the current set of options. No resolution is passed onto my network devices from the list I entered, following carefully the correct syntax.

Thanks!

@MatthewVance
Copy link
Owner

MatthewVance commented Jul 7, 2020 via email

@CodeSapiens
Copy link
Author

CodeSapiens commented Jul 7, 2020 via email

@CodeSapiens
Copy link
Author

CodeSapiens commented Jul 7, 2020 via email

@MatthewVance
Copy link
Owner

MatthewVance commented Jul 7, 2020 via email

@CodeSapiens
Copy link
Author

CodeSapiens commented Jul 7, 2020 via email

@MatthewVance
Copy link
Owner

How you doing on this? You had two main questions and I only addressed one of them. Do you still need help on this? Trying to catch back up on GitHub after taking a break for a bit.

@CodeSapiens
Copy link
Author

CodeSapiens commented Jul 29, 2020 via email

@ilium007
Copy link

ilium007 commented Jul 16, 2022

In case anyone else stumbles across this like I did tonight... I am running this unbound container with custom config on port 5353 and needed to override the Dockerfile health check in my docker-compose.yml to support the port 5353 check:

healthcheck:
  test: drill @127.0.0.1 -p 5353 cloudflare.com || exit 1
  interval: 30s
  timeout: 30s
  retries: 3
  start_period: 10s

@MatthewVance
Copy link
Owner

MatthewVance commented Jul 16, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants