1
General Discussion / Re: Backup: Nextcloud configuration
« on: November 26, 2020, 07:59:22 am »
... same issue here.
Some news avaliable?
Some news avaliable?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Here's a way of forcing a download and seeing what is happening.Hi marjohn56,
Go into the shell. Bold chars are what you must enter
root@gateway:~ # cd /usr/local/opnsense/scripts/filter/lib
root@gateway:/usr/local/opnsense/scripts/filter/lib # python3
You will now be seeing the Python interpreter.
>>> from geoip import download_geolite
>>> download_geolite()
Wait a few seconds and if you have got the correct url and licence you should see something like this:
{'address_count': 433499, 'file_count': 499, 'timestamp': '2020-01-06T23:45:56', 'locations_filename': 'GeoLite2-Country-Locations-en.csv', 'address_sources': {'IPv4': 'GeoLite2-Country-Blocks-IPv4.csv', 'IPv6': 'GeoLite2-Country-Blocks-IPv6.csv'}}....