5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# This updates the IPv4 databases based on product numbers in /etc/GeoIP.conf
|
||
|
geoipupdate > /dev/null
|