Linux command
protonvpn-connect 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Connect to the fastest server available
protonvpn connect --fastest
Connect to the fastest server in a specific country
protonvpn connect --cc [US]
Connect to a specific server
protonvpn connect [server_name]
Connect to the fastest P2P server
protonvpn connect --p2p
Connect to the fastest Secure Core server
protonvpn connect --sc
Connect using TCP protocol
protonvpn connect --fastest -p tcp
说明
protonvpn connect establishes a connection to Proton VPN service. It can automatically select the fastest available server or connect to a specific server, country, or city. The command is part of the Proton VPN CLI tool for Linux, providing secure VPN connectivity through the Proton network.
参数
- --fastest
- Connect to the fastest available server.
- --random
- Connect to a random server.
- --cc _CODE_
- Connect to the fastest server in specified country.
- --p2p
- Connect to the fastest P2P server.
- --sc
- Connect to the fastest Secure Core server.
- -p _PROTOCOL_
- Specify transmission protocol (udp or tcp).
- -h, --help
- Display help message.
FAQ
What is the protonvpn-connect command used for?
protonvpn connect establishes a connection to Proton VPN service. It can automatically select the fastest available server or connect to a specific server, country, or city. The command is part of the Proton VPN CLI tool for Linux, providing secure VPN connectivity through the Proton network.
How do I run a basic protonvpn-connect example?
Run `protonvpn connect --fastest` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --fastest do in protonvpn-connect?
Connect to the fastest available server.