diff options
Diffstat (limited to 'meta-networking/recipes-support/geoip/geoipupdate-2.5.0')
-rw-r--r-- | meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf | 11 | ||||
-rw-r--r-- | meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf b/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf new file mode 100644 index 0000000000..134cfed1f5 --- /dev/null +++ b/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | # The following UserId and LicenseKey are required placeholders: | ||
2 | UserId 999999 | ||
3 | LicenseKey 000000000000 | ||
4 | |||
5 | # Include one or more of the following ProductIds: | ||
6 | # * GeoLite2-City - GeoLite 2 City | ||
7 | # * GeoLite2-Country - GeoLite2 Country | ||
8 | # * 506 - GeoLite Legacy Country | ||
9 | # * 517 - GeoLite Legacy ASN | ||
10 | # * 533 - GeoLite Legacy City | ||
11 | ProductIds GeoLite2-City GeoLite2-Country 506 517 533 | ||
diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron b/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron new file mode 100644 index 0000000000..40597a856e --- /dev/null +++ b/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron | |||
@@ -0,0 +1,5 @@ | |||
1 | # top of crontab | ||
2 | MAILTO=your@email.com | ||
3 | |||
4 | 32 11 * * 4 /usr/local/bin/geoipupdate | ||
5 | # end of crontab | ||