diff options
author | Jason Graham <jgraha8@gmail.com> | 2018-05-08 15:02:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:25 +0700 |
commit | 8414cf022f22b5b61af6af519aa72dc816cf7b03 (patch) | |
tree | 52dbc96a27774cc4429f696c21ef0b27645c7ce7 /network/ipv6calc/README | |
parent | d58415aa6d6e168970150505c96909c28e34c2ac (diff) |
network/ipv6calc: Updated for version 1.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/ipv6calc/README')
-rw-r--r-- | network/ipv6calc/README | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/network/ipv6calc/README b/network/ipv6calc/README index 96325ff8eb879..66599f47b4d8d 100644 --- a/network/ipv6calc/README +++ b/network/ipv6calc/README @@ -5,9 +5,20 @@ into the same format shown in /proc/net/if_inet6. This utility was also used in the past to extend features on network-functions-ipv6 library, used by initscripts-ipv6. -To enable IP2Location support you will need to install the optional -dependency ip2location-c first, and then pass: +In addition to its internal databases, ipv6calc supports several +external databases. The following build options may be used to include +support for these: - IP2LOCATION=yes + IP2LOCATION=yes Enable IP2Location support (requires ip2location-c) + GEOIP=yes Enable GeoIP support (requires GeoIP) + EXTERNAL=yes Enable external db support -to this Slackbuild. +where each build option is passed to the slackbuild. Example of +enabling the IP2Location and GeoIP external database: + + IP2LOCATION=yes GEOIP=yes ./ipv6calc.SlackBuild + +The ipv6calc Apache module can be built by passing MOD_IPV6CALC=yes to +the slackbuild as: + + MOD_IPV6CALC=yes ./ipv6calc.SlackBuild |