-
- python3 pykms_Server.py connect -b 12 |
- ('0.0.0.0', 1688) |
- 12 |
- True |
- [] |
- [] |
- [] |
- False |
-
-
- python3 pykms_Server.py :: connect -b 12 -u -d |
- ('::', 1688) |
- 12 |
- False |
- [] |
- [] |
- [] |
- True |
-
-
- python3 pykms_Server.py connect -n 1.1.1.1,1699 -b 10 |
- ('0.0.0.0', 1688) |
- 5 |
- True |
- [('1.1.1.1', 1699)] |
- [10] |
- [True] |
- False |
-
-
- python3 pykms_Server.py :: 1655 connect -n 2001:db8:0:200::7,1699 -d -b 10 -n 2.2.2.2,1677 -u |
- ('::', 1655) |
- 5 |
- True |
- [('2001:db8:0:200::7', 1699), ('2.2.2.2', 1677)] |
- [10, 5] |
- [True, False] |
- True |
-
-
- python3 pykms_Server.py connect -b 12 -u -n 1.1.1.1,1699 -b 10 -n 2.2.2.2,1677 -b 15 |
- ('0.0.0.0', 1688) |
- 12 |
- False |
- [('1.1.1.1', 1699), ('2.2.2.2', 1677)] |
- [10, 15] |
- [False, False] |
- False |
-
-
- python3 pykms_Server.py connect -b 12 -n 1.1.1.1,1699 -u -n 2.2.2.2,1677 |
- ('0.0.0.0', 1688) |
- 12 |
- True |
- [('1.1.1.1', 1699), ('2.2.2.2', 1677)] |
- [12, 12] |
- [False, True] |
- False |
-
-
- python3 pykms_Server.py connect -d -u -b 8 -n 1.1.1.1,1699 -n 2.2.2.2,1677 -b 12 |
- ('0.0.0.0', 1688) |
- 8 |
- False |
- [('1.1.1.1', 1699), ('2.2.2.2', 1677)] |
- [8, 12] |
- [False, False] |
- True |
-
-
- python3 pykms_Server.py connect -b 11 -u -n ::,1699 -n 2.2.2.2,1677 |
- ('0.0.0.0', 1688) |
- 11 |
- False |
- [('::', 1699), ('2.2.2.2', 1677)] |
- [11, 11] |
- [False, False] |
- False |
-
-
-