Logs the client IPv4 address and redirects them to a target website.
Go to file
dependabot[bot] 2d3b8f02c6
Bump follow-redirects from 1.14.7 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 03:12:04 +00: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 follow-redirects from 1.14.7 to 1.14.8 2022-02-15 03:12:04 +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.