Skip to content

Commit

Permalink
Merge pull request #368 from naltun/feature/add-connect-f-short-option
Browse files Browse the repository at this point in the history
(CLI) Add -f short option for `ivpn connect -fastest`
  • Loading branch information
stenya committed Apr 19, 2024
2 parents 341f5a7 + 8e7d280 commit 2e021e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/commands/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func (c *CmdConnect) Init() {
c.BoolVar(&c.filter_invert, "filter_invert", false, "Invert filtering")

// Automatic server selection flags
c.BoolVar(&c.fastest, "f", false, "Connect to fastest server")
c.BoolVar(&c.fastest, "fastest", false, "Connect to fastest server")
c.BoolVar(&c.last, "last", false, "Connect with the last used connection parameters")
c.BoolVar(&c.any, "any", false, "Use a random server from the found results to connect")
Expand Down

0 comments on commit 2e021e5

Please sign in to comment.