summaryrefslogtreecommitdiff
path: root/config.php.example
AgeCommit message (Collapse)Author
2017-07-15Add basic support for OpenBGPdDenis Fondras
2014-12-10Add option to specify an interface or an address for routers.Guillaume Mazoyer
The interface is used on routers to source ping and traceroute. On software routers, an address is required instead of the interface.
2014-12-08Define more default values.Guillaume Mazoyer
Some can be set to 'null' to avoid displaying some info.
2014-09-25Start documentation for the configuration options.Guillaume Mazoyer
2014-08-05Add a disclaimer to the top of the config.default.php.Guillaume Mazoyer
2014-08-05adding a disclaimer to example config file and moving out some defaults ↵Romain Boissat rboissat
values that aren't :)
2014-08-05Add config.defaults.php to set default configuration options.Guillaume Mazoyer
The defaults can be overriden in the config.php file but some of them are fine as defaults. This will help in having a config.php file as short as we can. Also move utils.php to the includes directory.
2014-08-05Add help button.Guillaume Mazoyer
Add a help button to the parameter field to get more information about the selected command and especially about the parameter needed for the command to be properly executed. The help appears in a modal dialog whose content is updated when a command is selected.
2014-08-04Split IPv4 and IPv6 results.Guillaume Mazoyer
Show the executed command for each output.
2014-08-03Rewrite of the SSH auth engine.Guillaume Mazoyer
Use a more appropriate library.
2014-06-20Add config to allow private AS numbers.Guillaume Mazoyer
2014-06-20Basic support for BIRD based routers.Guillaume Mazoyer
2014-06-14Add preliminary support for Cisco routers.Guillaume Mazoyer
Need to be tested.
2014-06-10Move CSS to a dedicated directory css/Guillaume Mazoyer
2014-06-04Provide a way to hide/show the visitor IP address.Guillaume Mazoyer
2014-06-04Provide a way to not display the title.Guillaume Mazoyer
2014-06-01Update configuration example to add ssh-key and telnet auth.Guillaume Mazoyer
2014-05-29Rewrite index.php in object style.Guillaume Mazoyer
Add a way to define an order in the frontpage between routers/commands/parameters/buttons.
2014-05-29Apache 2.4 configuration to avoid to access the config.php file.Guillaume Mazoyer
First import of the whole source code (quite monolithic for now). Update configuration example.
2014-05-29Add a contact part to the README file.Guillaume Mazoyer
Add comments to the example configuration file.
2014-05-28Add a configuration example.Guillaume Mazoyer