We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
## https://www.flyvpn.com/cn/download :~$ wget https://www.flyvpn.com/files/downloads/linux/flyvpn-x86_64-4.1.1.0.tar.gz :~$ sudo tar -xzvf ./*.tar.gz && sudo rm ./*.tar.gz :~$ sudo chmod a+x flyvpn :~$ sudo ./flyvpn --help flyvpn 4.1.1.0 (core:20210315-1730) Usage: ./flyvpn -h Usage: ./flyvpn {login|list|logout} Usage: ./flyvpn connect "Shanghai 1*" Default config file: /etc/flyvpn.conf Config file options: user your-account-name pass your-password For experts: ./flyvpn -c /etc/flyvpn.conf {login|list|connect|logout} Config file advanced options: cache_dir /tmp connect server-name(wildcard supported) protocol {udp|tcp|lwip|socks5|http|proxy} use_vpn_dns {yes|no} use_vpn_route {yes|no} up_down your-script-file 引用:FlyVPN Linux 使用教程 通过sudo micro /etc/flyvpn.conf设置: 用户名 密码 连接服务器 协议类型设置 复制粘贴如下后,Ctrl+S储存后Ctrl+Q退出。 user englianhu@gmail.com #邮箱账户 pass ****** #密码 connect "Shaoxing #12" #连接服务器 protocol udp #协议类型设置 如果都设置好的话,日后只需要以下两行即可登录并连接,使用虚拟服务器。 :~$ sudo ./flyvpn login :~$ sudo ./flyvpn connect
## https://www.flyvpn.com/cn/download :~$ wget https://www.flyvpn.com/files/downloads/linux/flyvpn-x86_64-4.1.1.0.tar.gz :~$ sudo tar -xzvf ./*.tar.gz && sudo rm ./*.tar.gz :~$ sudo chmod a+x flyvpn :~$ sudo ./flyvpn --help flyvpn 4.1.1.0 (core:20210315-1730) Usage: ./flyvpn -h Usage: ./flyvpn {login|list|logout} Usage: ./flyvpn connect "Shanghai 1*" Default config file: /etc/flyvpn.conf Config file options: user your-account-name pass your-password For experts: ./flyvpn -c /etc/flyvpn.conf {login|list|connect|logout} Config file advanced options: cache_dir /tmp connect server-name(wildcard supported) protocol {udp|tcp|lwip|socks5|http|proxy} use_vpn_dns {yes|no} use_vpn_route {yes|no} up_down your-script-file
引用:FlyVPN Linux 使用教程
通过sudo micro /etc/flyvpn.conf设置:
sudo micro /etc/flyvpn.conf
复制粘贴如下后,Ctrl+S储存后Ctrl+Q退出。
user englianhu@gmail.com #邮箱账户 pass ****** #密码 connect "Shaoxing #12" #连接服务器 protocol udp #协议类型设置
如果都设置好的话,日后只需要以下两行即可登录并连接,使用虚拟服务器。
:~$ sudo ./flyvpn login :~$ sudo ./flyvpn connect
Originally posted by @englianhu in scibrokes/setup-centOS7-DO#3 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @englianhu in scibrokes/setup-centOS7-DO#3 (comment)
The text was updated successfully, but these errors were encountered: