From 0391cbdc19d9236e880abd56b263df1ee6676976 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 24 Jan 2012 13:35:04 -0500 Subject: [PATCH] Add the words 'telnet' to the simple server post (so I find it with grep ;). --- posts/Simple_servers.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/posts/Simple_servers.mdwn b/posts/Simple_servers.mdwn index 97b03b8..e61c979 100644 --- a/posts/Simple_servers.mdwn +++ b/posts/Simple_servers.mdwn @@ -31,6 +31,9 @@ own. If you want netcat to stay up you'll have to restart it: The `:` is Bash's noop. +If you just want a simple telnet-style connection use: + + b$ nc a.example.net 8080 For a secure connection, use [OpenSSL][] (see [[X.509_certificate]] for more on generating keys and certificates): -- 2.26.2