aboutsummaryrefslogtreecommitdiff
path: root/doc/telnet.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/telnet.md')
-rw-r--r--doc/telnet.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/telnet.md b/doc/telnet.md
deleted file mode 100644
index 86a8116..0000000
--- a/doc/telnet.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Telnet interface
-mt-multiserver-proxy provides a telnet interface that can be used to
-execute proxy chat commands.
-
-## Differences to chat interface
-Telnet clients can execute any chat command. They do not have any
-privileges, only the chat command permission check will succeed.
-Plugin developers should add a check for telnet clients
-if they have any internal permission checks.
-
-## Security
-There is no authentication at all. For this reason the telnet server
-only listens on the loopback interface by default.
-
-## Connecting
-The telnet server listens on the IPv6 loopback address "::1"
-and TCP port 40010 by default. Use the telnet command to connect.
-
-## Disconnecting
-Type \quit or \q to close the connection. All telnet clients will also
-be disconnected when the proxy shuts down.