Updated for new IP of githook

This commit is contained in:
Ubergeek 2019-04-17 13:35:39 +00:00
parent 61873468a3
commit dcedaff6a3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $www_lastrun = '/dev/shm/www-hook-last-run';
$www_dropfile = '/dev/shm/run-www'; $www_dropfile = '/dev/shm/run-www';
$gopher_lastrun = '/dev/shm/gopher-hook-last-run'; $gopher_lastrun = '/dev/shm/gopher-hook-last-run';
$gopher_dropfile = '/dev/shm/run-gopher'; $gopher_dropfile = '/dev/shm/run-gopher';
$allowedip = '195.201.242.48'; $allowedip = '51.79.32.48'
$remoteip = $_SERVER['REMOTE_ADDR']; $remoteip = $_SERVER['REMOTE_ADDR'];
$ratelimit = 300; $ratelimit = 300;