learning networking and web configuration can be fun too. Here we convert a local server to a server on the internet? How. Use a tool called ngrok that creates a tunnel for you with a static address. As you see in the picture, the static addresss ngrok has created. This was done by telling ngrok (run this command after installing ngrok) to accept all http request to port 80

ngrok http 80

Anyone sending data to the static address will be forwarded to your localhost port. This is done be using the command


This free site is ad-supported. Learn more