summaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 9335a51..2483713 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -220,6 +220,16 @@ $config['misc']['allow_reserved_ip'] = true;
If set to true, allows reserved the use of IPv4 addresses (0.0.0.0/8,
169.254.0.0/16, 192.0.2.0/24 and 224.0.0.0/4) as parameters.
+```php
+$config['misc']['disable_ipv6'] = false;
+```
+If set to true, disable the use of IPv6.
+
+```php
+$config['misc']['disable_ipv4'] = false;
+```
+If set to true, disable the use of IPv4.
+
### Tools
The tools that are used by this software are **ping** and **traceroute** for