From bbd573a69c771f6de9c7bd0cc4e832727a7b8e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 5 Jul 2019 16:59:23 +0200 Subject: [PATCH] chg: Update documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c6d395..43bfbd5 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ optional arguments: **NOTE**: Yes, it requires python3.6+. No, it will never support anything older. +**NOTE**: If you want to run a public instance, you should set `only_global_lookups=True` +in `website/web/__init__.py` and `bin/async_scrape.py` to disallow scraping of private IPs. + ## Installation of Splash You need a running splash instance, preferably on [docker](https://splash.readthedocs.io/en/stable/install.html)