diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-20 23:44:35 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-20 23:44:35 +0200 |
commit | 1fe2859496a1d999f6a5926bff75ab6666fea156 (patch) | |
tree | e8ba83384a9b2d6d0e3c9d324f60625b13a5cc1c /config.php.example | |
parent | b2c8f5e562e60eff4e544daa546eb67f8c41cda9 (diff) |
Add config to allow private AS numbers.
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/'; |