updated allowed IP for hook

This commit is contained in:
Ubergeek 2020-01-11 20:08:20 -05:00
parent 3940d7139f
commit 6c0e749edb
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 = '51.79.32.48';
$allowedip = '167.114.7.65';
$remoteip = $_SERVER['REMOTE_ADDR'];
$ratelimit = 300;