Fix bad port
This commit is contained in:
parent
b1e54db64c
commit
e8ece302d5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
listenAddresses = [
|
||||
{
|
||||
addr = "192.168.1.0/24";
|
||||
port = "22";
|
||||
port = 22;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue