Skip to content

Commit

Permalink
Update GeoLiteCity.dat location in mq plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Myers <bmyers@mozilla.com>
  • Loading branch information
pwnbus committed Oct 19, 2016
1 parent a09e83c commit 9a2388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq/plugins/geoip.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self):
'''
self.registration = ['sourceipaddress', 'destinationipaddress']
self.priority = 20
self.geoip = pygeoip.GeoIP('/home/mozdef/envs/mozdef/mq/GeoLiteCity.dat', pygeoip.MEMORY_CACHE)
self.geoip = pygeoip.GeoIP('/home/mozdef/envs/mozdef/bot/GeoLiteCity.dat', pygeoip.MEMORY_CACHE)

def ipLocation(self, ip):
location = dict()
Expand Down

0 comments on commit 9a2388c

Please sign in to comment.