Update 'githook.php'

This commit is contained in:
deepend 2023-07-04 18:03:40 +00:00
parent 269bd5ea1f
commit 153adcfdd1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $gopher_dropfile = '/dev/shm/run-gopher';
$wiki_lastrun = '/dev/shm/wiki-hook-last-run';
$wiki_dropfile = '/dev/shm/run-wiki';
$allowedip = '2607:5300:60:4f58::248';
$allowedip = '198.50.210.248';
$remoteip = $_SERVER['REMOTE_ADDR'];
$ratelimit = 300;