Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbatch committed Aug 16, 2020
1 parent 4e318f9 commit 5e226da
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
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.

0 comments on commit 5e226da

Please sign in to comment.