-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect incoming and outgoing traffic in router #2
Comments
Hi @amrit073, Were you really able to install server on your router? I think what you might have done is run a server in your local machine, laptop. You have to have static IP or public IP to share your system/API in public. Then in your router you have to open and map the port. Open port to allow requests from outside is allowed. Then map the same port to your local machine's and it IP. For example, you have opened port 80 in your router. And your are running an application in port 8080. Then you map routers 80 port to machine running application with IP 192.168.1.100 port 8080. In other words, redirect incoming and outgoing traffic to and from 80 > 192.168.1.100:8080. On ca-certs, https://letsencrypt.org would be best. Also, please delete the first empty comment. [I've done that on your behalf] Helps everyone to understand and be of more help to you. Cheers, |
@anitsh |
@amrit073 The default port is 80 for HTTP request. May be you can try with -p 80. But still serving HTTP requests via |
I am trying to run server in my router and use custom domain using cloudflared.
I have compiled cloudflared for router's architecture (mips) and installed it.
But shell in not allowing cloudflared to make https request to its servers.
The text was updated successfully, but these errors were encountered: