Update README.md

This commit is contained in:
Array in a Matrix 2022-05-07 02:52:14 -04:00 committed by GitHub
parent d8c53cb73a
commit 378508de54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# 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.
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.