Logs the client IPv4 address and redirects them to a target website.
Go to file
dependabot[bot] 686591f905
Bump vm2 from 3.9.5 to 3.9.7
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 00:54:02 +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 vm2 from 3.9.5 to 3.9.7 2022-02-15 00:54:02 +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.