[New post] Learning to setup a local server as a server on the internet
ricksonmenezes posted: " 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 h"
Respond to this post by replying above this line
New post on Trying to post some tech ideas that enthused me.
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
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.