From 15fb868604c192d675290b336125b920b3af21cb Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 19 Apr 2020 07:20:14 +0100 Subject: [PATCH] docs: mention url status --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 151bf85..a65ecc8 100644 --- a/faq.md +++ b/faq.md @@ -4,7 +4,7 @@ 3. Exclude popular domains ([Umbrella Popularity List](https://s3-us-west-1.amazonaws.com/umbrella-static/index.html)) and some well-known domains (if not listed by Umbrella, see [exclude.txt](https://gitlab.com/curben/urlhaus-filter/blob/master/src/exclude.txt)). 4. Extract the URLs (from step 1) that include popular domains (Umbrella and exclude.txt). 5. Merge the files from step 3 and 4. - 6. Lite version only parses online urls from that database. + 6. Lite version only parses online urls from that database. Status of an URL (online or offline) is determined by URLhaus and can be found in the fourth column of the database. - Why there is an issue running the scripts locally? + Install **dos2unix** or use `busybox dos2unix` if BusyBox is already installed (like Ubuntu).