diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-17 11:03:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-17 11:03:16 +0200 |
commit | b739641a78bad5381aa2a8f7de3d464f9c5ce01f (patch) | |
tree | f3d3a84d6edb7a8f5616dce919adaa4a05807575 /readme.md | |
parent | d625152c478355b32965d8bec1cdf6ce60f4b23e (diff) | |
download | trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar.bz2 trash-proxy-b739641a78bad5381aa2a8f7de3d464f9c5ce01f.tar.zst |
hot reload
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 .` |