This website requires JavaScript.
Explore
Help
Sign In
neale
/
moth
mirror of
https://github.com/dirtbags/moth.git
Watch
1
Star
0
Fork
You've already forked moth
0
Code
Issues
Projects
Releases
Wiki
Activity
06fd1a2c87
moth
/
pollster
/
in.heartbeatd
9 lines
115 B
Bash
Executable File
Raw
Blame
History
#! /bin/sh
case
"
$REMOTEADDR
"
in
10.0.0.
[
2-254
]
)
touch /var/lib/pollster/
$REMOTEADDR
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink