From 3f21abdd4ce01f1dfc0babd0bd26c91a3b6edd30 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 1 May 2024 19:31:42 +0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e70b324..244f4ae 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,6 @@ WantedBy=multi-user.target ## Clients -* `nc 127.0.0.1 1915` - IPv4 only -* `ncat 127.0.0.1 1915` - IPv4/6, UTF-8 support -* `telnet 127.0.0.1 1915` - IPv4/6, may cause issues with cyrillic messages \ No newline at end of file +* `nc 127.0.0.1 1915` - IPv4 only, install `netcat-openbsd` to add IPv6 support +* `ncat 127.0.0.1 1915` +* `telnet 127.0.0.1 1915` \ No newline at end of file