mirror of https://github.com/dirtbags/moth.git
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
case "$REMOTEADDR" in
|
||
|
10.0.0.[2-254])
|
||
|
touch /var/lib/pollster/$REMOTEADDR
|
||
|
;;
|
||
|
esac
|
||
|
|