-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
# GeoIP-Update-for-OPNsense | ||
# GeoIP-Update-for-OPNsense | ||
Update GeoIP data on OPNsense without using Maxmind's account. | ||
|
||
## Source of GeoIP | ||
https://github.com/herrbischoff/country-ip-blocks | ||
|
||
Many thanks for providing GeoIP data. | ||
|
||
## Usage | ||
|
||
```shell | ||
# make | ||
# make install | ||
``` | ||
|
||
will generate a binary application `updategeoip` to /usr/local/bin (root account required) | ||
|
||
you may also just | ||
```shell | ||
# make | ||
``` | ||
and copy `updategeoip` to any directory you want. | ||
|
||
and run it | ||
|
||
```shell | ||
# updategeoip | ||
``` | ||
|
||
it will update GeoIP data of OPNsense. | ||
|
||
A better way is write a cron entry to update it automatically. |