diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,11 +2,14 @@ A really bad minecraft reverse proxy for authentification of offline clients. -Supported version: 1.19.2 - Whenever a client connects, the username is checked against all tokens in the whitelist, the first match will determine the username you log in as. +## Features + +- Supported protocol version: 1.19.2 +- Hot-reload config on changes + ## Usage - Install with `cargo install --path .` |