improved docs
This commit is contained in:
parent
07aad6baa4
commit
babaa29e74
|
@ -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.
|
||||
|
||||
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`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue