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