mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix file paths for country and ASN databases
This commit is contained in:
parent
a4aecabc33
commit
0204fe49de
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local geoip = require "geoip.mmdb"
|
||||
|
||||
return {
|
||||
country_db = geoip.load_database "/var/cache/bunkerweb/country.mmdb",
|
||||
asn_db = geoip.load_database "/var/cache/bunkerweb/asn.mmdb",
|
||||
country_db = geoip.load_database "/var/cache/bunkerweb/jobs/country.mmdb",
|
||||
asn_db = geoip.load_database "/var/cache/bunkerweb/jobs/asn.mmdb",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue