diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 3 |
1 files changed, 3 insertions, 0 deletions
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/'; |