From 2617b561dd76ce7d34bdfa6d7121e7a3fa8b0958 Mon Sep 17 00:00:00 2001 From: pandom Date: Tue, 29 Oct 2013 23:25:42 +1100 Subject: [PATCH] Update config.php.default --- config.php.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php.default b/config.php.default index 5b7f64acd9..53e4b4569b 100755 --- a/config.php.default +++ b/config.php.default @@ -35,9 +35,9 @@ $config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth #$config['http_auth_guest'] = "guest"; # remember to configure this user if you use http-auth ### List of RFC1918 networks to allow scanning-based discovery -$config['nets'][] = "10.0.0.0/8"; -$config['nets'][] = "172.16.0.0/12"; -$config['nets'][] = "192.168.0.0/16"; +#$config['nets'][] = "10.0.0.0/8"; +#$config['nets'][] = "172.16.0.0/12"; +#$config['nets'][] = "192.168.0.0/16"; ?>