From 593b839fa77eaaa098dd7c0d520bc1ca4efe7257 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Sat, 7 May 2022 03:14:39 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cdae51..1ae8fe8 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Logs the client IPv4 address and redirects them to a target website using Node.js. The grabber will redirect the client to the first commandline argument (a link or IP) if it exists. Otherwise, it will use the default link defined in the code. A Node.js server will be hosted on port 3030 (by default) when script is running. +If you plan on using this script, edit where the `address.log` file is created.