Skip to content

Commit

Permalink
Merge pull request #734 from ivpn/task/congiguration-multihop-indicator
Browse files Browse the repository at this point in the history
Add MultiHop indicator for generated configurations
  • Loading branch information
jurajhilje authored Feb 9, 2024
2 parents f3ba3e1 + d823ff5 commit 81190a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export default {
this.query.country = value;
this.query.city = null;
this.query.host = null;
this.multihop_basename = event.target.value.split("_")[1];
this.multihop_basename = "mh-" + event.target.value.split("_")[1].toLowerCase();
this.validation.exitCity = value == "";
this.validation.exitServer = true;
this.validation.multihop = true;
Expand Down

0 comments on commit 81190a1

Please sign in to comment.