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