2 ms·
Never used telnet to log in to something but it is a cool debugging tool, so used it for that. E.g. can this container even send traffic to that container at al
by wellf 8mo ago
Never used telnet to log in to something but it is a cool debugging tool, so used it for that. E.g. can this container even send traffic to that container at all.
- itintheory 8mo agoI'm a fan of 'nc' / netcat for this purpose. It's small, quick, and can send or receive over TCP or UDP.