Y
Hacker News
new
|
ask
|
show
|
jobs
by
wellf
121 days 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.
1 comments
itintheory
120 days ago
I'm a fan of 'nc' / netcat for this purpose. It's small, quick, and can send or receive over TCP or UDP.
link