From 05549a911db589524b126781d16405b658cdb903 Mon Sep 17 00:00:00 2001 From: sonvo9900 <117191102+sonvo9900@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:10:19 +0700 Subject: [PATCH] RENAME.MD $ cat target_domains.txt #https://chicagotribune.com #http://latimes.com/sports #washingtonpost.com #https://www.vnads.net/index.html www.vnads.net --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d4abaf..683239f 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ Options: ``` ## Targets File -The targets file can be a list of domains, URLs etc. For each, line the crawler will extract the full hostname, validate it, and cause a request to http://HOSTNAME/ads.txt +The targets file can be a list of domains, URLs etc. For each, line the crawler will extract the full hostname, validate it, and cause a request to https://vnads.net/ads.txt ``` bash $ cat target_domains.txt #https://chicagotribune.com #http://latimes.com/sports #washingtonpost.com -#http://nytimes.com/index.html -localhosttribune.com +#https://www.vnads.net/index.html +www.vnads.net ``` ## Installation