#app.getUrl()

1 messages · Page 1 of 1 (latest)

cyan cypress
solid plinth
#

[::1] is the IPv6 representation of the loopback address, and is what express reports as the connection host

#

Fastify, IIRC, connects to the IPv4 address by default 127.0.0.1

cyan cypress
solid plinth
#

Honestly, most likely not, as the node process more than likle will be bound to an IIP and port, and you'll have a reverse proxy that points from the machine's public IIP to the node server, and the DNS server points from the human-name (mysite.com) to the machine's public IP