Skip to content

Node.js Process

Run Process

Start Node.js process which will run forever (or until process is stopped by user).

npm start

Application logs

The Node.js process writes useful data to log files. See Logs section for more information.

File for caching current IP address

The current known IP address is written to last-known-ip.txt in the data directory of the project root. This file is used to reduce the number of lookups to Route53.

cat data/last-known-ip.txt

Last update: 2023-02-13 10:17:34
Created: 2021-11-17 20:45:49