i have an external network card how to find my deno project externaly
soo my computer was used by an company soo it has an firewall im trying to access my local project on and different device how to do this
6 Replies
using Git and Github, or whats the problem?
when i set up it having access to the web im not sure to what ip to give because it has an network card
You need to punch a hole in the firewall so your requests from your iphone get through.
seriusly
Firewalls guard the connections going in and out of your machines. By default they tend to allow all connections outwards, and block all connections inwards. If you're running a server then you need to open up a port in the firewall that connections can come through.
ok in hindsight it was an good analogy