From 22ef1e32c51ac82df8d6a03e1e95876100e8f6c1 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 23 Apr 2012 12:24:08 +0200 Subject: added option to disable reverse DNS lookups --- conf/dokuwiki.php | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 35f946b10..cbd42115d 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -158,6 +158,7 @@ $conf['renderer_xhtml'] = 'xhtml'; //renderer to use for main page generat $conf['readdircache'] = 0; //time cache in second for the readdir operation, 0 to deactivate. /* Network Settings */ +$conf['dnslookups'] = 1; //disable to disallow IP to hostname lookups // Proxy setup - if your Server needs a proxy to access the web set these $conf['proxy']['host'] = ''; $conf['proxy']['port'] = ''; -- cgit v1.2.3