1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-03-09 15:40:05 +00:00

Listen port can be defined in json

This commit is contained in:
Ycarus 2018-12-13 14:14:45 +00:00
parent ca7066cd2e
commit c65a9d2f6c
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{
"user":"openmptcprouter",
"pass":"MySecretKey"
"pass":"MySecretKey",
"port":65500
}