-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create new UI command to set desired country for ExitService #468
Comments
I would like to see this command designed so that instead of setting just one desired country, the user can specify a list of them, any one of which would be acceptable. I would also like to see the command designed so that in the future it can be used to specify named country groups (which we don't yet have) with a minimum of effort. |
I would also like to see this setting made part of the CONFIG table, and included in the |
Sense from the Sunday meeting is that the Free World Bit and this desired-country-list mechanism should not be allowed to operate at the same time, because they'll interfere with each other. At least one of us has opined that the Free World Bit should be abandoned entirely. |
The JSON from UI will be formated as follows: priority is ordering information.
|
waiting for #545 |
This command send to Node country_code of desired ExitService location.
masq/src/commands/set_configuration_command.rs
.arg(set_configurationify(exit_location_arg()))
toset_configuration_subcommand.
The text was updated successfully, but these errors were encountered: