Logs the client IPv4 address and redirects them to a target website.
Go to file
array-in-a-matrix c9065cc86a package lock
2022-05-08 00:40:31 -04:00
.gitignore git ignore 2022-05-08 00:36:30 -04:00
index.js better file handling 2022-05-08 00:38:02 -04:00
LICENSE Initial commit 2022-02-04 10:39:28 -05:00
package-lock.json package lock 2022-05-08 00:40:31 -04:00
package.json Add files via upload 2022-02-04 10:40:40 -05:00
README.md Update README.md 2022-05-07 03:14:39 -04:00

IP Grabber

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.