motioneye-project/motioneye

Weird DNS requests via PiHole

Offen

#2.216 geöffnet am 26.10.2021

 (28 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (636 Forks)batch import
bughelp wantedquestion

Repository-Metriken

Stars
 (3.533 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 14h) (33 gemergte PRs in 30 T)

Beschreibung

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