From e5751517b1e3d35d4d326e249114df8ac9acb01a Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 25 Sep 2014 21:44:48 +0200 Subject: Start documentation for the configuration options. --- includes/config.defaults.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 038d661..d174967 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -78,7 +78,10 @@ $config = array( 'description' => 'Display the path to a given destination.', 'parameter' => 'The parameter must be an IPv4/IPv6 address (without mask) or a fully qualified domain name.
RFC1918 addresses, IPv6 starting with FD or FC, and IPv4 reserved ranges (0.0.0.0/8, 169.254.0.0/16, 192.0.2.0/24 and 224.0.0.0/4) may be refused.

Example of valid arguments:
' ) - ) + ), + + // Routers + 'routers' => array() ); -- cgit v1.2.3