From fe4dcd4ad1af602d63c6a24b891f79eb2e2538e8 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 4 Aug 2014 12:08:37 +0200 Subject: Split IPv4 and IPv6 results. Show the executed command for each output. --- config.php.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index e86b6f2..d5ac948 100644 --- a/config.php.example +++ b/config.php.example @@ -27,8 +27,8 @@ $config['misc']['logs'] = '/var/log/looking-glass.log'; $config['misc']['allow_private_asn'] = false; // Things to remove from the output (PHP compatible regex) -$config['filters'][0] = '/(client1|client2)/'; -$config['filters'][1] = '/^NotToShow/'; +$config['filters'][] = '/(client1|client2)/'; +$config['filters'][] = '/^NotToShow/'; // Routers definitions -- cgit v1.2.3