From 44508f99dcffdc363894e5f10d3773dcd71f8c26 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Wed, 28 Apr 2021 15:10:08 +0000 Subject: [PATCH] updated IP --- githook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githook.php b/githook.php index 7db104c..2ddea9a 100644 --- a/githook.php +++ b/githook.php @@ -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:203:5fd5::7:65'; +$allowedip = '2607:5300:60:4f58::248'; $remoteip = $_SERVER['REMOTE_ADDR']; $ratelimit = 300;