mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
8 lines
115 B
Bash
Executable file
8 lines
115 B
Bash
Executable file
#! /bin/sh
|
|
|
|
case "$REMOTEADDR" in
|
|
10.0.0.[2-254])
|
|
touch /var/lib/pollster/$REMOTEADDR
|
|
;;
|
|
esac
|
|
|