Skip to content

飞跃VPN(flyVPN) #14

Description

@englianhu
## 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

Originally posted by @englianhu in scibrokes/setup-centOS7-DO#3 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions