UPNP IGP

2014-01-15

#TIL in more detail how networked devices auto expose their listening ports to the external world without any user interaction on their routers.

Key: Router UPnP allowing NAT traversal using the IGD Protocol.

There’s even a ruby lib that helps you talk to your router to forward a port to a device behind NAT.

Reference: Security Stackexchange

I’m currently working on fyra.sh, a CLI-first static site deployment tool where you push your site and it’s served globally through a built-in CDN, without the overhead of heavy platforms.