2 ms·
any app will connect with an IP am I missing something . a socket is exactly (IP, port) (src, target) tuple
by tonymet 8d ago
any app will connect with an IP am I missing something . a socket is exactly (IP, port) (src, target) tuple
- c0wb0yc0d3r 8d agoFor me, it’s as much about ease of use as much as it is about minimizing attack surface area. Also the lifetime I need the connection open. For something quick, ssh tunnel. For something normies use, reverse proxy. Ain’t trying to teach my parents about IP addresses and port numbers.
- tonymet 8d agotredre3 explained it above