Skip to content

shuizhucha/vzry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v2hero Build Status

  1. 点击创建HerokuAPP,配置服务器参数(appname和uuid,类似账号密码)

    create new app heroku

  2. Fork本项目,然后Gihub授权登录TravisCI,选择fork的项目 Travis

  3. 在项目的More options --> settings 设置Environment Variables:

  HEROKU_APPNAME(步骤一的appname),HEROKU_EMAIL(注册heroku的邮箱)和HEROKU_APIKEY(API Key不是Heroku密码)

  apikey

  ENV

  1. 环境变量配置完成后重新开始TraviCi Build   Travis Restart

  passed

  1. 查看HerokuAPP并重启一次(More-->restart),从more-->view logs确认启动成功 V2Ray started

  2. 配置V2Ray本地参数(模版参考vmess+ws+tls

    以v2rayN为例 https://www.v2ray.com/ui_client/     v2rayN80  

    v2rayN443

    https://toutyrater.github.io/basic/vmess.html#客户端配置

    onplus/shadowsocks-heroku#119

  3. 配置代理

  v2ray客户端一般都实现了内外分流。对于习惯使用插件细化管理的,chrome上推荐switchyomega,FireFox57推荐simpleproxy 

实现参考

https://github.com/wangyi2005/v2ray

https://hub.docker.com/r/v2ray/official/

Heroku https://devcenter.heroku.com/articles/container-registry-and-runtime

Travis-CI https://docs.travis-ci.com/user/docker/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 70.8%
  • Shell 23.3%
  • Go 5.9%