Skip to content

Commit

Permalink
fixed command line in Multiplexing explanation (#64)
Browse files Browse the repository at this point in the history
Explanation is OK but command line is wrong
  • Loading branch information
lucabovo authored Aug 26, 2024
1 parent 8920e4c commit a6709f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ To multiplex connections to multiple targets, you can use "logical ports" with
`azbridge`. Logical ports are used to distinguish connections through the Relay
tunnel and they are specified on the command line.

The command `azbridge -L "127.0.0.8:16161/sql1;127.0.0.8:16161/sql2:db" -e
The command `azbridge -L "127.0.0.8:16161/sql1;127.0.0.9:16161/sql2:db" -e
[...]` binds a listener on 127.0.0.8:16161 to logical port "sql1" and a listener
on 127.0.0.9:16161 to logical port "sql2"; both listeners are bound to the
*Hybrid Connection* `db` specified after the last `:`.
Expand Down

0 comments on commit a6709f4

Please sign in to comment.