keving
keving
DDeno
Created by keving on 9/21/2023 in #help
remoteAddr returning localhost on Deno Deploy
I saw this thread (https://discord.com/channels/684898665143206084/1055631150787334184) about getting the IP of the requester, but I'm not getting the value I expected. I tried using ctx.remoteAddr with Fresh on Deno Deploy and I get { transport: "tcp", hostname: "localhost", port: 1234 } instead of an IP address – is there something I need to configure to get "real" values?
5 replies