Skip to content

Commit

Permalink
Add default MMDB from GeoOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Apr 13, 2024
1 parent 148078b commit 85161df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ files. Responses are cached. Currently supported services:

Service to get information about IPs and domains. Currently supported:

- IP data from MMDB files (you have to configure them yourself),
- IP data from MMDB files (you can configure your own, the default one is [GeoOpen](https://cra.circl.lu/opendata/geo-open/)),

### PCAP Extractor

Expand Down
7 changes: 4 additions & 3 deletions network-information/service_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ update_config:
wait_for_update: true
# Please configure your own data, e.g. from MaxMind or IPInfo.io (offers free tiers)
# Any file with the .mmdb extension will be loaded
sources: []
# - name: local_data
# uri: http://host.docker.internal:8118/country_asn.mmdb
sources:
# https://cra.circl.lu/opendata/geo-open/
- name: CIRCL_GeoOpen
uri: https://cra.circl.lu/opendata/geo-open/mmdb-country-asn/latest.mmdb

dependencies:
updates:
Expand Down

0 comments on commit 85161df

Please sign in to comment.