pihole using cloudflare instead of configured opendns

Please follow the below template, it will help us to help you!

Expected Behaviour:

i setup pihole to use opendns only

Actual Behaviour:

pihole is using cloudflare and opendns

sudo grep 'New forward server' /var/log/pihole-FTL.log
[2019-09-21 09:57:32.563 17402] New forward server: 1.0.0.1 (0/512)
[2019-09-21 09:57:32.563 17402] New forward server: 208.67.220.220 (1/512)
[2019-09-21 09:57:32.564 17402] New forward server: 208.67.222.222 (2/512)
[2019-09-21 09:57:32.575 17402] New forward server: 1.1.1.1 (3/512)

what can i do to get rid of cloudflare and only use opendns?

Debug Token:

https://tricorder.pi-hole.net/gpcy9udpxo

What is in your /etc/dhcpcd.conf?

interface eth0
static ip_address=192.168.2.66/24
static routers=192.168.2.1
static domain_name_servers=127.0.0.1

and did you check the admin web page / Settings / DNS Servers?

Pi-Hole is using Open DNS now, and what you are seeing is due to how Pi-Hole acquires data from the long term database on startup.

Look in /var/log/pihole.log for recent queries and see if any are going to Cloudflare now.

sudo grep forwarded /var/log/pihole.log | grep 1.*

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.