#I want to stop my ECC from spamming outside my network
1 messages · Page 1 of 1 (latest)
Besides the firmware OTA at startup, the "spamming" I have seen is a ridiculous amount of captive portal requests to different targets. TBH I haven't looked at the OTA request, so I can't tell if that is 80 (plain http) or 443 (https), but the captive portal checks are all on 80, that is likely what you are looking for.
To block it you need to block by a specific source (your ECC), otherwise other devices may report no Internet.
If you have a DNS-Sinkhole (PiHole, Ad Guard, technitium, etc) that is likely the best way to block it. As an added bonus you get whole house as blocking....
😁 thank you