From 12d3c1fa9c88cec4a8f086478070a5c740f7874e Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Tue, 10 May 2022 14:58:40 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config.php b/conf/config.php index ce7e8bd..71c5a64 100644 --- a/conf/config.php +++ b/conf/config.php @@ -112,9 +112,9 @@ $ip_whitelist = array( ); // IP-addresses, both ipv4 and ipv6 -$ip_blacklist = array( - '0.0.0.0', // non-routable meta ipv4 - '::' // non-routable meta ipv6 -); +// $ip_blacklist = array( +// '0.0.0.0', // non-routable meta ipv4 +// '::' // non-routable meta ipv6 +// ); ?>