mirror of
https://github.com/vale981/autossh
synced 2025-03-04 17:01:41 -05:00
fixes incorrect example in readme
This commit is contained in:
parent
80ffd35e03
commit
3f9ba94be5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ The generated `localPort` can be accessed from the connection object as `localPo
|
|||
const myAutossh = autossh({
|
||||
host: '111.22.333.444',
|
||||
username: 'root',
|
||||
localPort: 64444,
|
||||
localPort: 'auto',
|
||||
remotePort: 5432
|
||||
})
|
||||
.on('connect', connection => {
|
||||
|
|
Loading…
Add table
Reference in a new issue