diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-04 12:08:37 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-04 12:08:37 +0200 |
commit | fe4dcd4ad1af602d63c6a24b891f79eb2e2538e8 (patch) | |
tree | e06bcea79c42c83ed7e76d32f4273910544d6b3d /config.php.example | |
parent | 28b33f38436069f8b15ea1c51099f2184f5dbef6 (diff) |
Split IPv4 and IPv6 results.
Show the executed command for each output.
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 4 |
1 files changed, 2 insertions, 2 deletions
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 |