mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Apply patch to luajit-geoip
This commit is contained in:
parent
ed234fd63f
commit
ae6ccfcffc
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ ffi.cdef([[ const char *gai_strerror(int ecode);
|
|||
MMDB_entry_data_s *const entry_data,
|
||||
...);
|
||||
]])
|
||||
local lib = ffi.load("libmaxminddb")
|
||||
local lib = ffi.load("/usr/share/bunkerweb/deps/lib/libmaxminddb.so")
|
||||
local consume_map, consume_array
|
||||
local consume_value
|
||||
consume_value = function(current)
|
||||
|
|
|
|||
Loading…
Reference in a new issue