coder leon
coder leon•2mo ago

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
lucsoft
lucsoft•2mo ago
using Git and Github, or whats the problem?
coder leon
coder leonOP•2mo ago
when i set up it having access to the web im not sure to what ip to give because it has an network card
Doctor 🤖
Doctor 🤖•2mo ago
You need to punch a hole in the firewall so your requests from your iphone get through.
coder leon
coder leonOP•2mo ago
seriusly
Doctor 🤖
Doctor 🤖•2mo ago
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.
coder leon
coder leonOP•2mo ago
ok in hindsight it was an good analogy

Did you find this page helpful?