Skip to content

v2us/v2hero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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/advanced/websocket.html

    onplus/shadowsocks-heroku#119

  3. 配置代理

  v2ray客户端一般都实现了内外分流,也可以配合插件细化管理https://github.com/gfwlist/gfwlist/wiki

实现参考

https://github.com/v2ray/v2ray-core

https://github.com/wangyi2005/v2ray

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

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

About

All Free . Deploy V2Ray to Heroku . 免费v2ray方案

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.8%
  • Go 20.2%