Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STELLAR-3700 - Add option to disable TCP/UDP proxy for streams #137

Merged
merged 9 commits into from
Nov 5, 2020

Conversation

rockets3600
Copy link
Contributor

Usage:
A new "disabled" option was added to --proxy flag when opening a stream.
This will allow users to open a stream without opening a tcp/udp proxy.
Since users will be unable to send commands or route data with the proxy, this arg will likely be used in conjunction with the --output-file option.
Example:
./stellarcli satellite open-stream [sat_id] --proxy=disabled --output-file="/output/file"

Copy link
Contributor

@danada danada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update the docs to include the new option? Here's the instructions: https://github.com/infostellarinc/stellarcli/blob/master/util/docs/markdown/README.md

cmd/flag/proxy_flags.go Show resolved Hide resolved
@danada
Copy link
Contributor

danada commented Nov 4, 2020

@rockets3600 Can you merge master and regenerate the docs?

cmd/flag/proxy_flags.go Outdated Show resolved Hide resolved
Co-authored-by: Daniel De Sousa <dan.desousa@gmail.com>
@rockets3600 rockets3600 merged commit 3cf42b0 into infostellarinc:master Nov 5, 2020
@rockets3600 rockets3600 deleted the no-proxy branch November 5, 2020 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants