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:
parent
d25da438fa
commit
12d3c1fa9c
1 changed files with 4 additions and 4 deletions
|
@ -112,9 +112,9 @@ $ip_whitelist = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
// IP-addresses, both ipv4 and ipv6
|
// IP-addresses, both ipv4 and ipv6
|
||||||
$ip_blacklist = array(
|
// $ip_blacklist = array(
|
||||||
'0.0.0.0', // non-routable meta ipv4
|
// '0.0.0.0', // non-routable meta ipv4
|
||||||
'::' // non-routable meta ipv6
|
// '::' // non-routable meta ipv6
|
||||||
);
|
// );
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue