Logs the client IPv4 address and redirects them to a target website.
Go to file
2022-04-29 14:58:27 -07:00
index.js Update index.js 2022-02-04 10:44:35 -05:00
LICENSE Initial commit 2022-02-04 10:39:28 -05:00
package-lock.json Bump async from 2.6.3 to 2.6.4 2022-04-29 17:08:37 +00:00
package.json Add files via upload 2022-02-04 10:40:40 -05:00
README.md Update README.md 2022-02-04 10:46:14 -05: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 when script is running.