improved docs

This commit is contained in:
Bofh 2021-02-10 00:28:20 +01:00
parent 07aad6baa4
commit babaa29e74
1 changed files with 3 additions and 1 deletions

View File

@ -115,7 +115,9 @@ Create as much headers TXT files as you wish. It will be **used randomly on requ
The server is just a **simple HTTP Python server** that acts as an API to manage your mirrors. The server is just a **simple HTTP Python server** that acts as an API to manage your mirrors.
You have to run the **server.py** script using: `python3 server.py` (it will run at 0.0.0.0:8080). ¡¡IMPORTANT: run on the project root path!!
`python3 server.py` will run the server API at 0.0.0.0:8080.
Optionally, you can set a **binding port** with a positional argument like this: `python3 server.py 8081` Optionally, you can set a **binding port** with a positional argument like this: `python3 server.py 8081`