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 (3,533 stars) (636 forks)batch import
bughelp wantedquestion

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

Weird DNS requests via PiHole · motioneye-project/motioneye#2216 | Good First Issue