Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add a brief example for using with OpenSSH ProxyCommand
  • Loading branch information
iceboy233 authored Jun 16, 2024
1 parent 8448d2a commit 0e9eccf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ connectors {
}
}
```

### Use with OpenSSH ProxyCommand

```
ProxyCommand miracle-proxy --config=miracle.conf --tcp_connect_target="%h:%p" --tcp_connect_with=proxy
```

0 comments on commit 0e9eccf

Please sign in to comment.