motioneye-project/motioneye

Weird DNS requests via PiHole

Open

#2,216 opened on Oct 26, 2021

View on GitHub
 (28 comments) (0 reactions) (0 assignees)Python (636 forks)batch import
bughelp wantedquestion

Repository metrics

Stars
 (3,533 stars)
PR merge metrics
 (Avg merge 16d 14h) (33 merged PRs in 30d)

Description

I'm running Pihole on a Pi Zero and am gradually pointing all my devices to use this as a DNS filter.

I've just pointed my motioneye OS (on a Pi 2) using the static IP configuration and now PiHole is recording entries such as

2021-10-26 16:49:36 AAAA no-cache" 192.168.0.204 and 2021-10-26 16:49:36 A no-cache" 192.168.0.204

Update: Just to add that this pairing occurs once every hour.

Both the no-cache and the double quote after it make me feel it's a coding issue but I don't know where to start.

My static_ip.conf is

STATIC_IP="192.168.0.204/24"
STATIC_GW="192.168.0.1"
STATIC_DNS="192.168.0.18"

Both the machines are working fine, I just don't like inconsistencies like this!

Where should I start looking to see why this is happening?

Cheers

Archaic Rider

Contributor guide