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. --- config.php.example | 1 + docs/configuration.md | 29 +++++++++++++++++++++++++++++ docs/misc.md | 5 ----- includes/config.defaults.php | 5 ++++- 4 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 docs/configuration.md delete mode 100644 docs/misc.md diff --git a/config.php.example b/config.php.example index 3d4a201..f03e5e1 100644 --- a/config.php.example +++ b/config.php.example @@ -1,4 +1,5 @@ '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