node icon indicating copy to clipboard operation
node copied to clipboard

auto connect to region

Open droopified opened this issue 3 years ago • 2 comments

i was going to throw this on my virtual machine on my home server but as a new user, i noticed it doesnt have an auto connect. i feel like this feature is up there along with a killswitch. for my case, i am going to try and figure out a way to just block public activity but allow local connections from my network so i can get on the vm and manually connect to the vpn.

i dont want to connect to any available region. i want to connect to a specific region. some services i use will lock my account if i connect to another region.

droopified avatar Jan 06 '22 02:01 droopified

Thanks for the feature request, until we get on to this, it seem like you would be comfortable in your situation to use the cli. If you want to get your hands a bit dirty you can actually hack something together by utilizing two commands and some simple bash script. Here are the commands:

  • myst connection proposals --country=X
  • myst connection up X

tomasmik avatar Jan 21 '22 11:01 tomasmik

you already can do connections to country with a CLI myst connection up --country=FI

more options might be found here https://github.com/mysteriumnetwork/node/issues/3870#issuecomment-938345870

soffokl avatar Jan 21 '22 11:01 soffokl