Linux command
ivpn 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Connect to VPN
ivpn connect
Connect to specific server
ivpn connect -c [country_code]
Disconnect
ivpn disconnect
Show status
ivpn status
List servers
ivpn servers
Enable firewall
ivpn firewall -on
Log in
ivpn login [account_id]
Connect to fastest
ivpn connect -fastest
说明
ivpn is the command-line client for IVPN service. It manages VPN connections with privacy-focused features. The tool supports WireGuard and OpenVPN protocols. It includes a firewall to prevent leaks.
参数
- connect
- Connect to VPN.
- disconnect
- Disconnect from VPN.
- status
- Show connection status.
- servers
- List available servers.
- firewall _STATE_
- Control IVPN firewall (-on, -off).
- -c _COUNTRY_
- Country code for server.
- -fastest
- Connect to fastest server.
- login _ACCOUNT_ID_
- Authenticate with IVPN account.
- logout
- Log out from IVPN account.
- --help
- Display help information.
FAQ
What is the ivpn command used for?
ivpn is the command-line client for IVPN service. It manages VPN connections with privacy-focused features. The tool supports WireGuard and OpenVPN protocols. It includes a firewall to prevent leaks.
How do I run a basic ivpn example?
Run `ivpn connect` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does connect do in ivpn?
Connect to VPN.