fix error with IP address in server

This commit is contained in:
Sharikov P.P.
2026-01-16 10:16:24 +07:00
parent dab2acd57b
commit be23f56867
3 changed files with 35 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"profiles": {
"f-srv": {
"commandName": "Project",
"commandLineArgs": "--port 3113"
"commandLineArgs": "--port 3113 -i 192.168.15.128"
}
}
}