PinkD / corplink-rs

使用 rust 实现的飞连客户端
GNU General Public License v2.0
194 stars 26 forks source link

add vpn select strategy #26

Closed Jinxuyang closed 4 months ago

Jinxuyang commented 4 months ago

add new config field vpn_select_strategy

latency/default latency: choose the server with the lowest latency default: choose the first available server

If the field is not available, use default as the default value.

This new pr addresses your suggestion.

PinkD commented 4 months ago

dup #25