1
0
Fork 0
mirror of https://github.com/de2tla2f/pymaster.git synced 2024-11-30 14:51:28 +00:00

update readme

This commit is contained in:
ghost 2023-12-26 20:12:01 +02:00
parent b042fd2905
commit ad924def97

View file

@ -13,5 +13,5 @@ Master server written in Python. Replacement for HLMaster
* `git clone https://github.com/YGGverse/pymaster.git` * `git clone https://github.com/YGGverse/pymaster.git`
* `cd pymaster` * `cd pymaster`
* `git checkout v2` * `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`
* `python3 pymaster.py -i :: -p 27010` for `IPv6` or `python3 pymaster.py -i 0.0.0.0 -p 27010` for `IPv4` * `ufw allow 27010`