From 526bea6eb4b6c6b1200d23fc90edf0d354f5220c Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Mon, 10 Nov 2025 09:49:58 -0500 Subject: [PATCH] fix permissions on cron --- cron/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cron/.htaccess b/cron/.htaccess index 77b4e697..d5811b4b 100644 --- a/cron/.htaccess +++ b/cron/.htaccess @@ -1,3 +1,5 @@ Require all denied + Require ip 172.16.0.0/12 + Require ip 192.168.1.0/24 \ No newline at end of file