From 1fe2859496a1d999f6a5926bff75ab6666fea156 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 20 Jun 2014 23:44:35 +0200 Subject: Add config to allow private AS numbers. --- config.php.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index bc123e3..96599b6 100644 --- a/config.php.example +++ b/config.php.example @@ -23,6 +23,9 @@ $config['frontpage']['order'] = array('routers', 'commands', 'parameters', 'butt // Logs file when commands will be written $config['misc']['logs'] = '/var/log/looking-glass.log'; +// Allow private ASN +$config['misc']['allow_private_asn'] = false; + // Things to remove from the output (PHP compatible regex) $config['filters'][0] = '/(client1|client2)/'; $config['filters'][1] = '/^NotToShow/'; -- cgit v1.2.3