Get notification when a new device connects to OpenWRT

from blog Abishek Muthian, | ↗ original
When a new device is connects to my OpenWRT router, I get a notification on Gotify. This serves as a good low-key intrusion detection along with my earlier OpenWRT login alerts. Heavy lifting was already done by Brandon McFarlin, I had to just modify the code to send messages to Gotify instead of MQTT. #!/bin/sh cat /etc/hotplug.d/dhcp/90-newdev...