mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 03:50:56 -07:00
9 lines
115 B
Text
9 lines
115 B
Text
|
#! /bin/sh
|
||
|
|
||
|
case "$REMOTEADDR" in
|
||
|
10.0.0.[2-254])
|
||
|
touch /var/lib/pollster/$REMOTEADDR
|
||
|
;;
|
||
|
esac
|
||
|
|