There was an error while loading. Please reload this page.
Downloads / refreshes the GeoIP country database used by country blocking.
python manage.py download_geoip
Ensure GEOIP_PATH points at the resulting .mmdb file (or the path your command writes to).
GEOIP_PATH
.mmdb
Syncs public disposable-email domains and/or bad-bot user agents into your DB.
# everything enabled in SecuritySettings python manage.py sync_security_lists # domains only python manage.py sync_security_lists --domains-only # bots only python manage.py sync_security_lists --bots-only
Requires network access (requests). Controlled by SecuritySettings flags:
requests
sync_disposable_domains
sync_bad_bots
NAI Security
PyPI · GitHub · NEMATI AI