-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #358 from ayuryshev/feature/convert-org-to-md
Cleanup. README.org-files are converted to README.md
- Loading branch information
Showing
10 changed files
with
99 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Skywire SOCKS5 proxy client app | ||
|
||
`therealproxy-client` app implements client for the SOCKS5 app. | ||
|
||
It opens persistent `skywire` connection to the configured remote node | ||
and local TCP port, all incoming TCP traffics is forwarded to the | ||
~skywire~ connection. | ||
|
||
Any conventional SOCKS5 client should be able to connect to the proxy client. | ||
|
||
Please check docs for `therealproxy` app for further instructions. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Skywire SSH client app | ||
|
||
`therealssh-client` app implements client for the SSH app. | ||
|
||
It starts RCP interface for `therealssh-cli` and handles incoming requests to | ||
the remote node via `skywire` connection. | ||
|
||
Please check docs for `therealssh` app for further instructions. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# CLI for SSH app | ||
|
||
`therealssh-cli` implements PTY related operations for SSH app. | ||
|
||
It connects to SSH client's RPC server, configures terminal for raw pty | ||
data and handles pty data exchange. |
This file was deleted.
Oops, something went wrong.