node icon indicating copy to clipboard operation
node copied to clipboard

Custom port when running as consumer in proxymode

Open Fukitsu opened this issue 2 years ago • 1 comments

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

Fukitsu avatar Nov 29 '23 03:11 Fukitsu

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

adinetech avatar Dec 10 '23 15:12 adinetech