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

Custom port when running as consumer in proxymode #5931

Open
Fukitsu opened this issue Nov 29, 2023 · 1 comment
Open

Custom port when running as consumer in proxymode #5931

Fukitsu opened this issue Nov 29, 2023 · 1 comment

Comments

@Fukitsu
Copy link

Fukitsu commented Nov 29, 2023

Is your feature request related to a problem? Please describe.
I run mysterium in consumer mode and proxy mode with: --consumer --proxymode daemon
and every time I connect to a node the port on which mysterium listens changes

Describe the solution you'd like
I would like to have a flag to specify a single port on which mysterium listens. Something like: --proxy.port or --port

Describe alternatives you've considered
I've tried setting a custom port using --udp.ports but it seems to always expect a range of at least 20 ports while I only want it to listen on a specific static port

@adinetech
Copy link
Member

This might work: myst connection up --proxy <port-number> <consumer-identity>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants