From b042fd29053ed676d39c6c38cbda02d673fb89ae Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 26 Dec 2023 20:11:19 +0200 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6367428..7eba546 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # pymaster + Master server written in Python. Replacement for HLMaster + +## Features + +* Added IPv6 support +* Includes latest Xash3D protocol updates +* Clean `pymaster.py` codebase by [@xdettlaff](https://github.com/xdettlaff/pymaster) + +## Install + +* `git clone https://github.com/YGGverse/pymaster.git` +* `cd pymaster` +* `git checkout v2` +* `ufw allow 27010` +* `python3 pymaster.py -i :: -p 27010` for `IPv6` or `python3 pymaster.py -i 0.0.0.0 -p 27010` for `IPv4` \ No newline at end of file