From e157c4c96b40895475babdce3267df78192af53f Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 1 May 2024 18:54:24 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8b0128..7b640b5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ WantedBy=multi-user.target 3. `sudo systemctl enable npsapp` - enable `npsapp` service on system startup 4. `sudo systemctl start npsapp` - start `npsapp` server -## Use +## Usage -* `nc 127.0.0.1 1915` -* `telnet 127.0.0.1 1915` \ No newline at end of file +* `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