1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00

Update config.php

This commit is contained in:
jarod5001 2022-05-10 14:58:40 +01:00 committed by GitHub
parent d25da438fa
commit 12d3c1fa9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
// );
?>