Comment on What path does data take when connecting to a domain at my address?

<- View Parent
CameronDev@programming.dev ⁨1⁩ ⁨day⁩ ago

Devices on your domain will typically do a DNS lookup, which gets your public IP. Then they connect to that public IP, which your router recognises and redirects back into your network. The router then forwards that to your reverse proxy.

If your router isnt doing that properly (timing out usually), look up a setting usually called “NAT loopback” or “NAT hairpinning”. Thats the setting that detects your public IP, and redirects it back inward.

original
Sort:hotnewtop