mirror of https://github.com/SystemRage/py-kms.git
Added IPv6 note to README
This commit is contained in:
parent
d8b420fe4c
commit
649d61ab3c
|
@ -34,7 +34,7 @@ _py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.
|
||||||
- `sudo pip3 install tzlocal pysqlite3`
|
- `sudo pip3 install tzlocal pysqlite3`
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
- To start the server, execute `python3 pykms_Server.py [IPADDRESS] [PORT]`, the default _IPADDRESS_ is "0.0.0.0" ( all interfaces ) and the default _PORT_ is "1688".
|
- To start the server, execute `python3 pykms_Server.py [IPADDRESS] [PORT]`, the default _IPADDRESS_ is `0.0.0.0` or `::` ( all interfaces ) and the default _PORT_ is "1688".
|
||||||
- To run the client (only for testing purposes), use `python3 pykms_Client.py [IPADDRESS] [PORT]`, with the same defaults of `pykms_Server.py`.
|
- To run the client (only for testing purposes), use `python3 pykms_Client.py [IPADDRESS] [PORT]`, with the same defaults of `pykms_Server.py`.
|
||||||
- To show the help pages type: `python3 pykms_Server.py -h` and `python3 pykms_Client.py -h`.
|
- To show the help pages type: `python3 pykms_Server.py -h` and `python3 pykms_Client.py -h`.
|
||||||
- To generate a random HWID use `-w` option: `python3 pykms_Server.py -w RANDOM`.
|
- To generate a random HWID use `-w` option: `python3 pykms_Server.py -w RANDOM`.
|
||||||
|
|
Loading…
Reference in New Issue