-
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 branch 'mainnet' into feature/reorganize-transport-concurrency
- Loading branch information
Showing
22 changed files
with
111 additions
and
111 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
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Skywire SOCKS5 proxy client app | ||
|
||
`therealproxy-client` app implements client for the SOCKS5 app. | ||
`socksproxy-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. | ||
Please check docs for `socksproxy` app for further instructions. |
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Skywire SSH client app | ||
|
||
`therealssh-client` app implements client for the SSH app. | ||
`SSH-client` app implements client for the SSH app. | ||
|
||
It starts RCP interface for `therealssh-cli` and handles incoming requests to | ||
It starts RCP interface for `SSH-cli` and handles incoming requests to | ||
the remote node via `skywire` connection. | ||
|
||
Please check docs for `therealssh` app for further instructions. | ||
Please check docs for `SSH` app for further instructions. |
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
Oops, something went wrong.