mirror of
https://github.com/de2tla2f/pymaster.git
synced 2025-03-25 06:52:02 +00:00
Master server for Xash3D written in Python. Replacement for HLMaster / Мастер-сервер для Xash3D (opensource аналог GoldCrs)
etc | ||
.gitignore | ||
LICENSE | ||
protocol.py | ||
pymaster.py | ||
README.md | ||
server_entry.py |
pymaster
Master server written in Python. Replacement for HLMaster
Features
- Added IPv6 support
- Includes latest Xash3D protocol updates
- Clean
pymaster.py
codebase by @xdettlaff
Install
git clone https://github.com/YGGverse/pymaster.git
cd pymaster
git checkout v2
ufw allow 27010
python3 pymaster.py -i :: -p 27010
forIPv6
orpython3 pymaster.py -i 0.0.0.0 -p 27010
forIPv4