aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-12-02 18:56:49 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-12-02 18:56:49 +0100
commit7ab5d32de84773dd41c42a2a94b24472808823f3 (patch)
tree6348f3412298690e2798e041401c4db7fefc9f40
parent391c09634c88456d7697ce2f3c45ed7f32e2c2a5 (diff)
remove telnet documentation
-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.