node
node copied to clipboard
auto connect to region
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.
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
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