Relative Content

Tag Archive for socketstcpnetwork-programmingngrokpyngrok

TCP connection refused using Ngrok in python

I am new to the ngrok and I was trying to create a socket server on python then use ngrok to expose the server over the internet. So far, when I use the url generate from ngrok on my own computer, the connection is successful and I can interact with the server. But when I use computers from other networks, the connection failed. I tried changing the DNS to 8.8.8.8, double checked if the firewall is deactivated etc, but nothing seems to wrong. I sincerely ask anyone who have dealt with similar problems to share their wisdom please. Here is my code: