1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-06 03:50:56 -07:00
moth/heartbeatd/in.heartbeatd

9 lines
115 B
Text
Raw Normal View History

2009-10-07 17:32:36 -06:00
#! /bin/sh
case "$REMOTEADDR" in
10.0.0.[2-254])
touch /var/lib/pollster/$REMOTEADDR
;;
esac